All printing characteristics are defined in JCL; none appears in the decollating mission definition:
Figure 9 Example 1 – Category 3 Output Using the Spool Method. JCL
//MYJOB1  jobcard
//STEP01  EXEC  PGM=MYPROG
//SYSUT1  DD    DSN=ABC.DEF
//SYSUT2  DD    SYSOUT=P,CHARS=GS10,FCB=STD2
//
Figure 10 Example 1 – 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 =                                         
        WHEN LINE     -     COL     -      PRINT  REF NEXT PAGE   CONTID   AND/OR
             STRING =
Parent Topic |