You can use the INCLUDE and LIBRARY control statements to:
Figure 39 shows an example that uses the INCLUDE and LIBRARY control statements.
·
·
·
//SYSLIN DD DSNAME=&&GOFILE,DISP=(SHR,DELETE) // DD * INCLUDE MYLIB(ASMLIB,ASSMPGM) LIBRARY ADDLIB(COBREGN0) /*
Data sets you specify on the INCLUDE statement are processed as the binder encounters the statement. In contrast, data sets you specify on the LIBRARY statement are used only when there are unresolved references after all the other input is processed.
For more information, see the z/OS MVS Program Management: User's Guide and Reference.
[ Top of Page | Previous Page | Next Page | Contents | Index ]