Certain printing characteristics are defined in the JCL; others are defined in the decollating mission definition:
Figure 11 Example 2 – Category 3 Output Using the Spool Method. JCL
//MYJOB2  jobcard
//STEP01  EXEC  PGM=MYPROG
//SYSUT1  DD    DSN=ABC.DEF
//SYSUT2  DD    SYSOUT=P,CHARS=GS10
Figure 12 Example 2 – Category 3 Output Using the Spool Method. Decollating Mission Definition
       
        ON CLASS      = P         EXTWTR               DEST          FORM
        PRT COPIES 01 LVL 20 USER MGT                  DEST RUR252   MAX COPIES
            PRINT/CDAM PARMS =  PAGEDEF=W240F2,FORMDEF=A11010                      
        WHEN LINE     -     COL     -      PRINT  REF NEXT PAGE   CONTID   AND/OR
             STRING =
Parent Topic |