To copy the installation library from an ESD created DASD-based product distribution file, use the following procedure.
Follow these steps:
A copy of the sample JCL can be obtained from yourHLQ.CAI.CNM4D90.F1(ESDJCL) that the UNZIPJCL created.
Specifies the volume serial number where the installation library is to reside.
Specifies the HLQ used during the UNZIP step of the ESD process.
The job stream to modify follows:
//ESDINST JOB (0000) //* //*===================================================================* //* * //* Sample job to create the sysview.SAMPJCL data set * //* * //*===================================================================* //* // SET HLQ='yourHLQ' // SET VOLUME=volume //* //COPY EXEC PGM=IEBCOPY //SYSUT3 DD UNIT=SYSDA,SPACE=(CYL,(5,1)) //SYSUT4 DD UNIT=SYSDA,SPACE=(CYL,(5,1)) //SYSPRINT DD SYSOUT=* //* //IN DD DISP=SHR,DSN=&HLQ..CAI.CNM4D50.F1 //* //SAMPJCL DD DSN=&HLQ..SAMPJCL, // DISP=(NEW,CATLG,DELETE), // UNIT=SYSDA, // VOL=SER=&VOLUME, // DCB=(RECFM=FB,LRECL=80,BLKSIZE=6160), // SPACE=(CYL,(05,02,45)) //* //SYSIN DD DISP=SHR,DSN=&HLQ..CAI.CNM4D50.F1(SAMPJCL)
The installation library (SAMPJCL) is copied from the DASD-based SMP/E RELFILE that the UNZIP step of the ESD process created.
|
Copyright © 2013 CA.
All rights reserved.
|
|