Previous Topic

Next Topic

Book Contents

Book Index

Example 1

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

Figure 19 Example 1 – Category 4 Output Using the Spool Method. JCL

//PRTAFP1  jobcard

//STEP01   EXEC  PGM=MYPROG

//SYSUT1   DD    DSN=ABC.DEF

//SYSUT2   DD    SYSOUT=P,CHARS=GS10,FCB=PDEF

//

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

Figure Example 1– Category 4 Output Using the Spool Method. Decollating Mission Definition

+++UPDATE REPORT

IDM=PFRMT1

Note: The FCB parameter, in the AFP environment, can be used to specify the desired PAGEDEF.

Parent Topic

Category 4