Example of the OVFL parameter

//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.