Previous Topic

Next Topic

Book Contents

Book Index

Example 1

The job name is PRTAFP1 and the report name is UPDATE REPORT. Assume that the PAGEDEF, named PDEF1, includes the Page Format named PFRMT1. The UPDATE REPORT requests that the specific Page Format named PFRMT1 be used.

Figure 23 Example 1 – Category 4 Output Using CDAM Method. JCL

//PRTAFP1  jobcard

//STEP01   EXEC  PGM=MYPROG

//SYSUT1   DD    DSN=ABC.DEF

//SYSUT2   DD    SUBSYS=(CDAM,'SYSOUT=P,CHARS=GS10,'

//          'PAGEDEF=PDEF1,FORMDEF=A11010')

//

The member PRTAFP1 in the APAPARM library must contain the following:

Figure 24 Example 1 – Category 4 Output Using CDAM Method. Decollating Mission Definition

+++UPDATE REPORT

IDM=PFRMT1

Parent Topic

Category 4 Output Using the CDAM Method