Previous Topic: Copy Installation Files to z/OS Data SetsNext Topic: Modify and Run the Job INSTALL


Unload the Installation Library

To copy the installation library from an ESD created DASD-based product distribution file, use the following procedure.

Follow these steps:

  1. Modify the sample JCL to the specification of your site.

    A copy of the sample JCL can be obtained from yourHLQ.CAI.CNM4D90.F1(ESDJCL) that the UNZIPJCL created.

  2. Modify the job stream to your site by replacing the following lowercase, italicized items in the sample JCL with the information described here.
    volume

    Specifies the volume serial number where the installation library is to reside.

    yourHLQ

    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)
    
  3. Submit the modified sample JCL.

The installation library (SAMPJCL) is copied from the DASD-based SMP/E RELFILE that the UNZIP step of the ESD process created.