Thanks for the education.

My doc search started with the JES2 Init and Tuning
Guide "Defining Output Limits" which lists LINES/BYTES
for both JOB and JOBPARM but nary a word on the CANCEL
DUMP WARNING arguments.

And the JCL Manual "Examples of the /* JOBPARM statement" 
gives no description of the arguments for LINES etc.

And even under JOBPARM, the LINES entry only states that
it can specify the action to be taken, but no example
of the syntax or text with which to do that in the entry.
ONLY if you do click to the NEXT page, finally do I find
the CANCEL/DUMP/WARNING syntax.

The use of OUTLIM is viable ONLY if you inserted //SYSUDUMP DD DUMMY
to prevent those added 500,000 lines of the dump from being created.

Barry


Herbert W. "Barry" Merrill, PhD
President-Programmer
MXG Software
Merrill Consultants
10717 Cromwell Drive
Dallas, TX 75229
[email protected]

http://www.mxg.com - FAQ has Most Answers 
[email protected]      - invoices/PO/Payment
[email protected]    - technical
tel: 214 351 1966  - expect slow reply, use email 
fax: 214 350 3694  - prefer email, still works



-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf 
Of Bob Rutledge
Sent: Tuesday, March 11, 2014 4:32 PM
To: [email protected]
Subject: Re: Force indivdual job to ABEND on LINES EXCEEDED

Barry Merrill wrote:
> It appears that there is no JCL option for an individual job that can 
> be enabled to cause the job to terminate when /*JOBPARM LINES=10 is 
> used and the job has produced 10,001 lines of output.
> 

LINES=(10,CANCEL) or LINES=(10,DUMP) the JOB statement.

Bob

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to