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, EXPAND statements add a 250-byte patch area (initialized to zeros) at the end of control section CSECT1 and increase the length of named common area COM1 by 400 bytes.
//LKED       EXEC   PGM=IEWBLINK
//SYSPRINT   DD     SYSOUT=*
//SYSLMOD    DD     DSNAME=PROJECT.PROGLIB,DISP=OLD
//SYSLIN     DD     DSNAME=&&LOADSET,DISP=(OLD,PASS)
//           DD     *
  EXPAND            CSECT1(250)
  EXPAND            COM1(400)
  NAME              MOD1(R)
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014