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


Example 2

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

INCLUDE statements can reference both MVS™ data sets and z/OS UNIX files to be used as input to the binder. z/OS UNIX files can be specified directly on an INCLUDE statement, or indirectly through DD statements that in turn reference z/OS UNIX files:
//LOADMOD    DD     DSNAME=PROJECT.LOADLIB,DISP=SHR
//OBJECT2    DD     PATH='/sl/app1/pm3d3/dlla02',PATHDISP=(KEEP,KEEP)
//SYSLIN     DD     *
  INCLUDE LOADMOD(TESTMOD,READMOD)
  INCLUDE '/ml/app1/pm3d3/dlla01'
  INCLUDE OBJECT2
⋮
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014