On Fri, 5 Jul 2019 19:06:04 +0530, raji ece <[email protected]> wrote:
>One of our job is abending with RC S722 and the error show the maximum >outlimit execeed. We have coded lines=999999(Maximum limit) and run but >getting same error. Current zos level is 1.13. any idea? > Did the job ABEND before it has been given control? If a job has a lot of steps, each with a lot of DD statements that are using variable symbols, causing an additional "IEFC653I SUBSTITUTION JCL..." line to be produced for every statement using variable symbol(s), than output limit could be exceeded before the job gets control, since you can't specify OUTLIM for the JESJCL dataset. Installation EXIT9 should tolerate such a condition. ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
