The sample JCL to install the product is provided in the CAI.SAMPJCL library on the distribution tape.
Follow these steps:
//COPY EXEC PGM=IEBCOPY,REGION=4096K //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=CAI.SAMPJCL,DISP=OLD,UNIT=unitname,VOL=SER=nnnnnn, // LABEL=(1,SL) //SYSUT2 DD DSN=yourhlq.SAMPJCL, // DISP=(,CATLG,DELETE), // UNIT=sysda,SPACE=(TRK,(15,3,6),RLSE) //SYSUT3 DD UNIT=sysda,SPACE=(CYL,1) //SYSIN DD DUMMY
Specifies the tape unit to mount the tape.
Specifies the tape volume serial number.
Specifies the data set prefix for the installation.
Specifies the DASD where you want to place the installation software.
The SAMPJCL data set is created and its contents are downloaded from the tape.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |