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


Preceding all input

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

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

The primary input data set contains all the control statements for the overlay structure and an INCLUDE statement. The data set specified by the INCLUDE statement contains all the object modules for the structure, and is a sequential data set.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014