PSF for z/OS: User's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Printing a medium overlay

PSF for z/OS: User's Guide
S550-0435-04

Printing a medium overlay

A medium overlay can be called on the JCL OUTPUT statement or in the form definition. To print a medium overlay:

  1. Create an overlay resource. You can create an overlay by using an AFP utility such as IBM® Overlay Generation Language (OGL). For more information, see Overlay Generation Language User’s Guide and Reference, S544-3702.
  2. Use the overlay by one of these methods:
    • Specify the overlay name on the OVERLAYF parameter, the OVERLAYB parameter, or both parameters on the JCL OUTPUT STATEMENT.
    • Use a form definition that names that overlay for printing. You can build the form definition by using an AFP utility such as IBM Page Printer Formatting Aid (PPFA). For more information about building form definitions, see Page Printer Formatting Aid: User’s Guide.
  3. To identify the medium overlay as a preprinted form overlay, create a form definition with a medium preprinted form overlay local ID keyword (X'D2') on the MMC structured field. You can build the form definition with an AFP utility that supports preprinted form overlays.
Example:
This example specifies that medium overlay O1FRONT is printed on the front side of each sheet and medium overlay O1BACK is printed on the back side of each sheet:
//AFPUSER JOB ...
//STEP1 EXEC PGM=MYAPPL
//OUT1  OUTPUT OVERLAYF=O1FRONT,OVERLAYB=O1BACK
//PRINT DD SYSOUT=A,OUTPUT=(*.OUT1)  
/*

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014