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


Example

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

In this example, two output modules, RDMOD and WRTMOD, are produced by the binder in one job step:
//SYSLMOD    DD     DSNAME=PROJECT.AUXMODS,DISP=SHR
//NEWMOD     DD     DSNAME=&&WRTMOD,DISP=OLD
//SYSLIN     DD     DSNAME=&&RDMOD,DISP=OLD
//           DD     *
  NAME RDMOD(R)
  INCLUDE NEWMOD
  NAME WRTMOD(R)
/*

The first time modules RDMOD and WRTMOD are created in the module library AUXMODS, the (R) option is ignored. When the same modules are rebound using the same control statements, the (R) option results in a replacement of the old modules.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014