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

The following OVERLAY and INSERT statements specify the overlay structure in Figure 1.
//           EXEC   PGM=IEWBLINK,PARM='OVLY,XREF,LIST'
⋮
//SYSLIN     DD     DSNAME=&&OBJ,...
//           DD     *
  INSERT CSA
  OVERLAY ONE
  INSERT CSB
  OVERLAY TWO
  INSERT CSC
  OVERLAY TWO
  INSERT CSD
  OVERLAY ONE
  INSERT CSE,CSF
  OVERLAY THREE(REGION)
  INSERT CSH
  OVERLAY THREE
  INSERT CSI
/*
Figure 1. Example of an overlay structure for the OVERLAY statementieab1c03

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014