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 |
I want to JCL sort for Non-COMP and COMP-3 fields SORT FIELDS=(1,5,A,6,11,A,12,11,A,19,1,A,20,1,A),FORMAT=BI,EQUALS Length of comp bytes is 11 bytes which start at 6byte and 12 byte considering 11 bytes in comp-3 is 6 bytes. Can anyone tell if the above sort work SORT FIELDS=(1,5,A,6,6,A,12,6,A,19,1,A,20,1,A),FORMAT=BI,EQUALS does not works OK
I have a job called careerride and some steps in it as step1,step2. But I want to execute step2 before step1 ? How do I do that?
what is mainframe?
the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.
Is it possiable to use a gdg in the INCLUDE statement in a SORT jcl? I am using this because I want to change the condition with out changing the jcl. Please provide with a sample code.
Which storage devices are grouped under DASD and SYSDA ?
AM HAVING A FILE WHICH CONTAIN 12 DATS OUT OF WHICH 4 ARE DUPLICATES HOW TO REMOVE THE DUPLICATE FILES IN JCL? CAN I GET THE PROGRAM FOR THIS
My JCL has 4 steps that execute PROC’s P1, P2, P3 and P4 as shown below //P1 EXEC PROC=P1 //P2 EXEC PROC=P2 //P3 EXEC PROC=P3 //P4 EXEC PROC=P4 There are four steps S1, S2, S3 and S4 in each PROC’s (i.e. P1, P2, P3 and P4) I want to execute only step S2 of PROC P2 and no other steps or PROC’s. How do you achieve this?
How many parameters are there to a DISP statement and what are their uses ?
what is the meaning of keyword in jcl?what is is opposite?
Say I have a file with 12 records. Each record has the name of the month. I have to append data in these 12 records into 1 record. How is it possible?
I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?