Previous Topic: 3.2.3.1 Create Tapeload Data Sets from ESD PAX

Next Topic: 3.2.4 Install Distribution Libraries

3.2.3.2 Create Tapeload Data Sets from Tape


If you are installing CA MICS from a tape, create the JCL
shown below.  Complete the JOB card and parameters.

Note: The sharedprefix.MICS.TAPELOAD.LOAD data set cannot be
a PDSE (partitioned data set extended) or we will be unable
to write to it.

        //jobname JOB ..........
        //LOAD EXEC PGM=IEBCOPY
        //SYSPRINT DD SYSOUT=*
        //#CNTL DD DISP=SHR,DSN=CAI.TAPELOAD.CNTL,
        //         UNIT=______,VOL=SER=______,
        //         LABEL=(1,SL,EXPDT=______)
        //#LOAD DD DISP=SHR,DSN=CAI.TAPELOAD.LOAD,
        //         VOL=REF=*.#CNTL,
        //         LABEL=(2,SL,EXPDT=______)
        //CNTL  DD DSN=sharedprefix.MICS.TAPELOAD.CNTL,
        //         DISP=(,CATLG,DELETE),UNIT=______,
        //         VOL=SER=______,SPACE=(6160,(90,30,20)),
        //         DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160)
        //LOAD  DD DSN=sharedprefix.MICS.TAPELOAD.LOAD,
        //         DISP=(,CATLG,DELETE),UNIT=______,
        //         VOL=SER=______,SPACE=(6160,(14,7,1)),
        //         DCB=(RECFM=U,BLKSIZE=6160)
        //SYSIN DD *
           COPY INDD=#CNTL,OUTDD=CNTL
           COPY INDD=#LOAD,OUTDD=LOAD
        /*


where:

UNIT, VOL=SER, and EXPDT on the #CNTL and #LOAD statements
  specify the unit name of the tape device on which the
  CA MICS distribution tape is to be mounted; the volume
  serial number of the tape; and, if you are using a tape
  management system, the tape expiration date.

sharedprefix on the CNTL and LOAD statements completes the
  name of the CA MICS installation data sets.

UNIT and VOL=SER on the CNTL and LOAD statements specify the
  unit name of the direct access device and the volume serial
  number of the volume on which the data sets are to be
  allocated.


Submit the job and make sure that it completes with a
condition code of zero.

Multiple members are loaded into the CNTL library; one member
is loaded into the LOAD library.  These data sets are used
when installing your new CA MICS system, installing optional
CA MICS products, or refreshing your PSP libraries.