On 8 Dec 2006 11:16:56 -0800, [EMAIL PROTECTED] (Thompson, Steve , SCI TW) wrote:
>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). I never learned JES, except to copy what others said to. This shop has JES2 but not JES3. The above syntax looks odd, I tried: //TEBC#1.SYSUT2 DD OUTLIM=00500 =20 but got a S722 ABEND anyway. I did the TYPRUN=SCAN, which ran, but don't know what it was supposed to show me. I certainly don't want to limit the whole job's output. ---------------------------------------------------------------------- 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

