If dsnpref.NMC1.CC2DJCL does not exist and you are installing from tape, you must unload the installation software from tape on to your DASD and into a new 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=(NEW,CATLG,DELETE), // UNIT=?device-out,VOL=SER=?volser, // SPACE=(CYL,(10,1,140)), // DCB=(RECFM=FB,LRECL=80,BLKSIZE=0) //SYSIN DD DUMMY
Important! The SYSUT2 data set name must end with NMC1.CC2DJCL.
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 that will be used for the installation, maintenance, and Install Utility data sets. Do not include the name of your planned product region in the prefix; ?dsnpref can be up to 29 characters long. If the data set high level qualifiers you are using do not exist, define an alias entry in the master catalog.
Specifies the type of the DASD device where you want to place the installation software.
Specifies the volume serial number of the DASD.
If allocation is controlled by SMS, replace UNIT= and VOL=SER= with STORCLAS=?storclass.
| Copyright © 2012 CA. All rights reserved. |
|