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 to identify a vasam dataset by seeing in 3.4(browse)
Differentiate between the joblib and the steplib statements?
Can you give the sort card to arrange the specific column in the version of GDG.
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
How to submit multiple jobs. These jobs are members in PDS. The second job should run if the first job runs successfully and so on.
IN DFSORT sum fields=none is usec to remove duplicates.how to write the duplicates in another dataset?
How can you execute a COBOL program via SYSIN in JCL?
What does S0C4 error mean?
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 ?
I have two input SORTIN files and We need to create one SORTOUT file which contains data of both input files. What is the SortCard for this?. Suppose the length of the both files are different, then How we do it? Please reply ASAP
I have Job A and Job B. I want to trigger Job B from Job A. Please advise.
What does the one advantange of using IEBUPDTE?????