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


Example 1: Object module with two sections

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

An object module contains two sections, READ and WRITE; member INOUT of library PROJECT.PVTLIB also contains a section WRITE.
//SYSLMOD    DD     DSNAME=PROJECT.PVTLIB,DISP=OLD
//SYSLIN     DD     *

Object Deck for READ
Object Deck for WRITE

  ENTRY      READIN
  INCLUDE    SYSLMOD(INOUT)
  NAME       INOUT(R)
/*

The output module contains the new READ section, the replacement WRITE section, and all remaining sections from INOUT.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014