>> Is your SPOOL so constrained that you are concerned about running out of 
>> space if a job issues even a few million lines of sysout?
>> The issue is that we have so many JOBs over so many decades doing this.

Cameron,

Did you know that you can use LINES parm to cancel/Dump/Warning for the job?

https://www.ibm.com/docs/en/zos/3.1.0?topic=statement-lines-parameter

For example, if you code this on job card

//        LINES=(20,CANCEL),

Then the job will be cancelled if it writes out more than 20,000 lines to Spool

You can dynamically insert that LINES parm into every job.

Thanks,
Kolusu



----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to