IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

What is -722 and -322 abends


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nagarajit

New User


Joined: 18 May 2007
Posts: 2
Location: chennai

PostPosted: Thu Aug 16, 2007 7:38 pm
Reply with quote

what is -722 and -322 abends?
Back to top
View user's profile Send private message
CICS Guy

Senior Member


Joined: 18 Jul 2007
Posts: 2146
Location: At my coffee table

PostPosted: Thu Aug 16, 2007 7:55 pm
Reply with quote

If you are refering to System Completion Codes why don't you look them up?
Back to top
View user's profile Send private message
MadhaviE

New User


Joined: 03 Sep 2007
Posts: 1
Location: Hyderabad

PostPosted: Tue Sep 11, 2007 11:56 am
Reply with quote

S322

Description: The time limit was exceeded for a job or job step.
Possible causes:

1. An endless loop occurred in the executing program.
2. The time parameter on the job card did not allow enough time for the job to complete.
3. The time parameter on the exec card did not allow enough time for the step to complete.
4. If the time parameter was not specified, the default time limit was exceeded.

Resolution:
1. Check for program errors, especially endless loops that cause the job or job step to exceed the time limit.
2. Verify that the time limits for the given job are realistic.
If necessary, specify a longer time in the time parameter, and rerun the job.

S722

The maximum number or output lines has been exceeded.
1. The program contained an invalid write loop.
2. The number of output lines was underestimated in the JCL.

1. Check for and fix program logic error causing a loop.
Back to top
View user's profile Send private message
murmohk1

Senior Member


Joined: 29 Jun 2006
Posts: 1436
Location: Bangalore,India

PostPosted: Tue Sep 11, 2007 12:45 pm
Reply with quote

nagaraj,

Quote:
what is -722 and -322 abends?


Are you looking for SQL codes or SYSTEM completion codes?
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts Batch call online program, EXCI task ... CICS 3
No new posts Recovery Routine/Abend exit to releas... PL/I & Assembler 14
No new posts Abends using up address spaces? ABENDS & Debugging 6
No new posts IEFZB476 getting various 0C4 abends PL/I & Assembler 18
No new posts EMPTY FILE - JOB ABENDS JCL & VSAM 4
Search our Forums:

Back to Top