You are here :: Home :: Documentation :: DtlSpawn User's Guide :: Installation

DtlSpawn - User's Guide

Previous | Contents

Chapter 2: Installation and Configuration

This chapter explains how install the DtlSpawn utility.

Note: DtlSpawn is also included in the Co:Z Co-Processing Toolkit for z/OS. This section only applies to installation of DtlSpawn without the Co:Z Toolkit.

For questions and support, please visit the Dovetailed Technologies z/OS Forum

2.1 z/OS Installation

  1. Download the distribution .pax file to your workstation and this file (in binary) to your z/OS system.
  2. From a z/OS Unix shell, change to the directory under which you want to create the DtlSpawn temporary installation directory and unload the PAX dataset.  (This will create a new subdirectory called "dtlspawn").
  3. cd /tmp
    pax -rvf "//'HLQ.DTLSPAWN.PAX'"
  4. The dtlspawn directory contains the loadmodule and sample jcl for running DtlSpawn.
    The loadmodule must be copied to a z/OS PDSE and the sample jcl to a PDS. For example:
  5. cd /tmp/dtlspawn
    cp -X loadmodules/* "//'HLQ.DTLSPAWN.LOADLIB'"
    cp sampjcl/* "//'HLQ.DTLSPAWN.SAMPJCL'"

2.2 z/OS Customization

The DtlSpawn sample JCL contains two members which must be customized for your installation:

DTLSPAWN
A sample proc to run DtlSpawn which must be customized with the name of your load module library
RUNSPAWN
A sample job which demonstrates running DtlSpawn