Getting S722 abend



JES, JES2, JCL utilities, IDCAMS, Compile & Run JCLs, PROCs etc...

Getting S722 abend

Postby sange-sherin » Mon Dec 02, 2013 5:37 pm

Hi,

I am facing S722 abend eventhough i mentioned JOBPARM LINES=999999....

Can you please provide me a solution?
sange-sherin
 
Posts: 25
Joined: Thu Nov 21, 2013 6:56 pm
Has thanked: 0 time
Been thanked: 0 time

Re: S722 abend

Postby steve-myers » Mon Dec 02, 2013 5:50 pm

sange-sherin wrote:...Can you please provide me a solution?
No, "we" can't provide a solution.
  • "We" do not know your site's standards.
  • "We" do not know your site's JES2 initialization parameters.
  • You did not bother to give "us" your job's JCL.
  • You did not bother to give "us" the contents of your job's JESMSGLG data set.
Are you aware that /*JOBPARM LINES=999999 limits your output to 999999 regular output lines? That really isn't very much.
steve-myers
Global moderator
 
Posts: 2105
Joined: Thu Jun 03, 2010 6:21 pm
Has thanked: 4 times
Been thanked: 243 times

Re: S722 abend

Postby dick scherrer » Mon Dec 02, 2013 8:38 pm

Hello,

If this is code you are testing, make sure it has not gone into a loop . . .
Hope this helps,
d.sch.
User avatar
dick scherrer
Global moderator
 
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am
Has thanked: 3 times
Been thanked: 93 times

Re: S722 abend

Postby Akatsukami » Mon Dec 02, 2013 9:24 pm

steve-myers wrote:
sange-sherin wrote:Are you aware that /*JOBPARM LINES=999999 limits your output to 999999 regular output lines? That really isn't very much.

I believe that this is not the case; the JOBPARM LINES parameter is in thousands of lines (although not every record written to the spool counts against the "line" count).

I'd go the other way; why is this job producing so much output? Is it dumping? Is it looping? A combination of both? Some other reason? Inquiring minds (which should include yours, sange-sherin) want to know.
"You have sat too long for any good you have been doing lately ... Depart, I say; and let us have done with you. In the name of God, go!" -- what I say to a junior programmer at least once a day
User avatar
Akatsukami
Global moderator
 
Posts: 1058
Joined: Sat Oct 16, 2010 2:31 am
Location: Bloomington, IL
Has thanked: 6 times
Been thanked: 51 times

Re: S722 abend

Postby Ed Goodman » Tue Dec 03, 2013 9:22 pm

Your site may have a safety valve that overrides your LINES parameter. That's a lot of output for the spool...do you maybe want to save that to a file?
Ed Goodman
 
Posts: 341
Joined: Thu Feb 24, 2011 12:05 am
Has thanked: 3 times
Been thanked: 17 times


Return to JCL

 


  • Related topics
    Replies
    Views
    Last post