//AB1005A EXEC GO,MEMBER=AB1005A,VER=PROD,TBLVER=PROD //PRTFL01 DD SYSOUT=A,OUTPUT=*.RPT1 //PRTFL02 DD SYSOUT=AThis example shows two different SYSOUT statements. The first (PRTFL01) shows routing of the printout to special forms. This form is freferred over SYSOUT=(A,,RPT1) as it uses standard JCL rather than special JES commands.
The second SYSOUT statement (PRTFL02) shows printout being routed to the default output class and forms as defined for the JOB. Standard default forms are 8101 with a form control block (FCB) of GRN. The default SYSOUT class is defined by the MSGCLASS= parameter on the JOB statement.
Last Modified: