Previous Topic

Next Topic

Book Contents

Book Index

Example 2

Certain printing characteristics are defined in the JCL; others are defined in the decollating mission definition:

Figure 15 Example 2 – Category 3 Output Using CDAM Method. JCL

//MYJOB2  jobcard

//STEP01  EXEC  PGM=MYPROG

//SYSUT1  DD    DSN=ABC.DEF

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

Figure 16 Example 2 – 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 =  PAGEDEF=W240F2,FORMDEF=A11010

        WHEN LINE     -     COL     -      PRINT  REF NEXT PAGE   CONTID   AND/OR

             STRING =

Parent Topic

Category 3 Output Using the CDAM Method