z/OS DFSMSdss Storage Administration
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example 2: core image for IPL from tape

z/OS DFSMSdss Storage Administration
SC23-6868-01

In this example, Stand-Alone Services is created for IPLing in stand-alone mode from a tape. The core image is then placed on an unlabeled tape. The OPERCNSL option is not specified; after Stand-Alone Services is IPLed, it loads a wait-state and then waits for the first interrupt to define the operator console.

Note: The DCB parameters must be coded as shown.
   //BUILDSA  JOB  accounting information,REGION= nnnnK
  //STEP1    EXEC PGM=ADRDSSU,PARM='UTILMSG=YES'
  //SAMODS   DD DSN=SYS1.SADRYLIB,DISP=SHR
  //TAPEDD   DD DSN=ADRSA.IPLT,UNIT=3480,LABEL=(,NL),
  //            DISP=(NEW,KEEP),VOL=SER=TAPE01,
  //            DCB=(DSORG=PS,RECFM=U,BLKSIZE=32760,LRECL=32760)
  //SYSPRINT DD SYSOUT=A
  //SYSIN    DD *
    BUILDSA -
             INDD(SAMODS) -
             OUTDD(TAPEDD) -
             IPL(TAPE)
  /*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014