z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Example of the OVFL parameter

z/OS MVS JCL Reference
SA23-1385-00

//WRTO   JOB    ACNO77,MAEBIRD,MSGCLASS=B
//DS23   OUTPUT DEFAULT=YES,FORMS=STD,OVFL=OFF
//STEP1  EXEC   PGM=DLYRPT
//DAILY  DD     SYSOUT=A

In this example, sysout DD statement DAILY implicitly references the default job-level OUTPUT JCL statement DS23. This OUTPUT JCL statement directs JES3 to print the daily report on standard forms. If no carriage control characters are used, the JES3 output writer will print the output as a continuous stream of data with no blank lines between pages.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014