Previous Topic: Read the CA OPS/MVS Release Notes

Next Topic: Allocate SMP/E Data Sets

Copy the CAI.SAMPJCL Data Set

Unload the CAI.SAMPJCL data set from the CA OPS/MVS distribution tape to a new DASD file.

Note: If you are using the new ESD process to install the product, skip this step because the ESD .pax.Z file UNZIP process has already created the CAI.SAMPJCL data set on DASD.

To unload the CAI.SAMPJCL dataset

  1. Create an IEBCOPY job by customizing the following sample JCL:
    /UNLOAD   EXEC PGM=IEBCOPY
    //SYSUT1   DD  DSN=CAI.SAMPJCL,DISP=(OLD,PASS),
    //             UNIT=3480,VOL=SER=
    

    volser

    ,

    //             LABEL=(1,SL,EXPDT=98000)
    //SYSUT2   DD  DSN=
    

    prefix

    .OPS.SAMPJCL,DISP=(NEW,CATLG),

    //             UNIT=
    

    SYSDA

    ,VOL=SER=volser,SPACE=(CYL,(1,1,10))

    //SYSPRINT DD  SYSOUT=*
    //SYSIN    DD  DUMMY 
    
  2. Submit the IEBCOPY job.

    The CAI.SAMPJCL data set is unloaded from the tape into a new DASD file.