3. Installation › 3.2 Load Distribution Libraries › 3.2.3 Copy the Installation Files to DASD › 3.2.3.1 Create Tapeload Data Sets from ESD PAX
3.2.3.1 Create Tapeload Data Sets from ESD PAX
If you are installing from ESD PAX, you must download and
unzip the ESD PAX file. Instructions to do this are available
from the Download Center on CA Support Online.
During the unzip step, you changed "yourHLQ" to the high-
level qualifier of the interim product files. That qualifier
is used in the job below.
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=yourHLQ.CAI.MICSESD.TAPELOAD.CNTL
//#LOAD DD DISP=SHR,
// DSN=yourHLQ.CAI.MICSESD.TAPELOAD.LOAD
//CNTL DD DSN=sharedprefix.MICS.TAPELOAD.CNTL,
// DISP=(,CATLG,DELETE),UNIT=______,
// VOL=SER=______,SPACE=(6160,(400,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:
yourHLQ on the #CNTL and #LOAD statements specifies the high-
level qualifier of the ESD PAX data sets and should be
replaced with the "yourHLQ" used in the ESD PAX UNZIPJCL
job.
sharedprefix on the CNTL and LOAD statements completes the
name of the installation data sets and should be replaced
with your CA MICS high-level qualifier.
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 installation libraries
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.