HLASM Toolkit Feature Installation and Customization Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Step 2: Copy the sample JCL from the product tape

HLASM Toolkit Feature Installation and Customization Guide
GC26-8711-09

This step can be bypassed if you plan to use the sample jobs from the SMPTLIB: IBM.JMQ416A.F1 after the Receive Step.

The following sample JCL will copy the HLASM Toolkit Feature jobs from the tape. Add a job card and modify the parameters in boldface to uppercase values to meet your site's requirements before submitting.
Figure 1. Load installation jobs
//COPY   EXEC PGM=IEBCOPY
//SYSPRINT DD SYSOUT=A
//IN     DD DSN=IBM.JMQ416A.F1,UNIT=#tape,VOL=SER=MQ416A,
//       DISP=(OLD,KEEP),LABEL=(2,SL)
//OUT    DD DSN=#hlq.JCL,
//       DISP=(NEW,CATLG,DELETE),
//       RECFM=FB,LRECL=80,BLKSIZE=0,
//       SPACE=(8800,(40,2,4)),
//       UNIT=#unit,
//       VOL=SER=#dasdvol
//SYSUT3 DD UNIT=SYSALLDA,SPACE=(CYL,(1,1))
//SYSIN DD *
  COPY INDD=IN,OUTDD=OUT
/*

In this sample, #tape is the unit value matching the product cartridge, #hlq.JCL is the name of the data set where the sample jobs will reside, #dasdvol is the volume serial of the DASD device where the data set will reside, and #unit is the DASD unit type of the volume.

This job is also supplied as ASMWTCPY in SMPTLIB: IBM.JMQ416A.F1

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014