Previous Topic: Installing Your Product from TapeNext Topic: Prepare the SMP/E Environment for Tape Installation


Unload the Sample JCL from Tape

To simplify the process, the PDF version of this guide includes a sample JCL job that you can copy directly to the mainframe. To access this job, click the paper clip icon at the left of the PDF reader. A window displaying attachments opens. Double-click the UnloadJCL.txt file to view the sample JCL job.

Note: The sample JCL to install the product is also 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: