If dsnpref.NMC1.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.NMC1.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 C2D76x. The value for this release is C2D760.
Specifies the data set prefix in the previous installation.
| Copyright © 2012 CA. All rights reserved. |
|