Previous Topic: Installing Your Product from Tape

Next Topic: How to Install Products Using Native SMP/E JCL

Unload the Sample JCL from Tape

The sample JCL to install the product is provided in the CAI.SAMPJCL library on the distribution tape.

Follow these steps:

  1. Run the following sample JCL:
    //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
    
    unitname

    Specifies the tape unit to mount the tape.

    nnnnnnn

    Specifies the tape volume serial number.

    yourhlq

    Specifies the data set prefix for the installation.

    sysda

    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.

  2. Continue with one of the following options: