What is S322 abend ?
Answers were Sorted based on User's Feedback
Answer / guest
Indicates a time out abend. Your program has taken more CPU
time than the default limit for the job class. Could
indicate an infinite loop.
| Is This Answer Correct ? | 30 Yes | 3 No |
Answer / xyz
If actual CPU execution time exceeds value specified in the
TIME parameter, JOB will fail with S322 abend
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / sunaina
S322 is for CPU Time out abend. maximun CPU time is 1440,
if the excution time exceeds or if the value specified in
the TIME parameter exceeds, then the JOB will fail into
this point with S322 abend.
Let me know if anyone have more information about this.
| Is This Answer Correct ? | 12 Yes | 1 No |
Answer / prashanthkodakani
s322=step time limit exceed.....
s522=job time limit exceed.........
| Is This Answer Correct ? | 5 Yes | 8 No |
How many positional parameters are there in job statement?
I have DATE filed like DD-MM-YYYY, So I want output should be MM/DD/YYYY using JCL? Can anybody post the answer for above requirement?
4 Answers BirlaSoft, FIS, Wipro,
Suppose there r 10 steps . Out fo which i want to execute 10th, 9th and 8th in reverse order without using IEBEDIT. How can i do that..???
Explain about LMFREE�free data set from its association with data ID
what is “Cond= even” and “Cond=only”?
Describe the various parameters utilized in the creation of a gdg?
Is there a limit of 3273 DD statements for a JCL or for every EXEC step in a JCL?
COND -> step1 . . step2, Step2, Executes if the CC of step1 is 0. But even if it is NOT 0 and if we dont give COND, will step2 be executed ?
write a jcl to execute a job by 7:00 am on jan 20,1986?
How can u know the current date using jcl?
How to find in aparticular step how many versions a paricular gdg base have?
can anyone explain me about sort in jcl with inrec and outrec ?