-----Original Message----- From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of Howard Brazee Sent: Thursday, December 07, 2006 10:55 AM To: [email protected] Subject: OUTLIM aborts
I have a proc where I wish to override an output: =20 //TEBC#1.REPORT2 DD OUTLIM=3D00500 =20 <snip> Try the following with a TYPRUN=SCAN on the JOB card to see if it gives you what you want: //TEBC#1.REPORT2 DD OUTLIM=0,SYSOUT=* The idea here is to prevent the S722 ABEND. It will not handle anything else. Also, if you are JES3 a new set of limits will be in effect (site limits as I recall). If you are JES2, then the JOBPARM card's limits will now control (but for the WHOLE JOB not just this DD). Regards, Steve Thompson ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO Search the archives at http://bama.ua.edu/archives/ibm-main.html

