All printing characteristics are defined in the JCL; none is defined in the decollating mission definition:
Figure 13 Example 1 – Category 3 Output Using CDAM Method. JCL
//MYJOB1  jobcard
//STEP01  EXEC  PGM=MYPROG
//SYSUT1  DD    DSN=ABC.DEF
//SYSUT2  DD    SUBSYS=(CDAM,'SYSOUT=P,CHARS=GS10,'
//            'PAGEDEF=W240F2,FORMDEF=A11010,PREFIX=M73')
Note: As you can see in the above example, the CDAM parameters can span more than one line. Be sure to follow this syntax.
Figure 14 Example 1 – Category 3 Output Using CDAM Method. Decollating Mission Definition
      ON DSN        = PREFIX=M73
        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 |