If dsnpref.OPB9.CC2DJCL exists from a previous installation at the current release level, unload the installation software from tape into the existing data set.
Follow these steps:
//jobname JOB .............. //STEP1 EXEC PGM=IEBCOPY //SYSPRINT DD SYSOUT=* //SYSUT1 DD DSN=CAI.SAMPJCL, // DISP=OLD,UNIT=?device-in,VOL=SER=?tapeser, // LABEL=(1,SL,EXPDT=98000) //SYSUT2 DD DSN=?dsnpref.OPB9.CC2DJCL, // DISP=OLD //SYSIN DD * COPY I=((SYSUT1,R)),O=SYSUT2 COPY I=((SYSUT2,R)),O=SYSUT2 /*
Specifies the tape drive unit to mount the tape.
Specifies the tape volume serial number in the form C2D71x. The value for this release is C2D710.
Specifies the data set prefix in the previous installation.
| Copyright © 2011 CA. All rights reserved. | Tell Technical Publications how we can improve this information |