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


Example 1

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

An INCLUDE statement can specify two data sets to be the input to the binder:
//OBJMOD     DD     DSNAME=&&OBJECT,DISP=(OLD,DELETE)
//LOADMOD    DD     DSNAME=PROJECT.LOADLIB,DISP=SHR
//SYSLIN     DD     *
  INCLUDE OBJMOD,LOADMOD(TESTMOD,READMOD)
⋮
/*
Two separate INCLUDE statements could also have been used in this example:
INCLUDE OBJMOD
INCLUDE LOADMOD(TESTMOD,READMOD)

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014