z/OS MVS Program Management: User's Guide and Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Following all input

z/OS MVS Program Management: User's Guide and Reference
SA23-1393-00

The control statements can follow all the input modules, as shown in the following example:
//LKED        EXEC  PGM=IEWBLINK,PARM='OVLY'
              .
              .
              .
//SYSLIN      DD    DSNAME=USER.OBJECT,DISP=OLD
//            DD    *
  ENTRY BEGIN
  INSERT CSA,CSB
  OVERLAY ONE
  INSERT CSC
  OVERLAY TWO
  INSERT CSD,CSE
  OVERLAY TWO
  INSERT CSF
  OVERLAY ONE
  INSERT CSG

The primary input data set contains the object modules for the control sections, and the input stream is concatenated to it.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014