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 |
Explain about LMCOPY -
i have 10steps and i want run step3 and based on step3 i want execute step7,8,9,10?in jcl
What is the difference between sb37,se37,sd37 each?
db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above. 1 What is the maximum number of tables that can be stored on a Partitioned Table Space ? 1 what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names Accenture 5 Can a primary key have null values? If we try to insert a null value in a primary key column, will it work or give an error code? 6 When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing? 2 how to delete perticular row from table for ex. how you will delete 3rd row from table please answer THANKS IN ADVANCE IBM 7 max number of columns in a db2 table? 6 What is package versioning? Please give an example. 1 What is the picture clause of the null indicator variable? 6 How do you filter out the rows retrieved from a Db2 table ? 1 What is DB2 (IBM Database 2)? 3 Can any one tell me about Restart logic in DB2.
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?
Can we use empty VSAM as input?
In Job, there are 10 steps. If I want to execute the first 6 steps and don't want to execute from 7th to 10th step. What is the solution for this ?
What does S0C4 error mean?
We have two PS files,want to compare those files and put the duplicate records in one file. Input file 1 contains(1,2,4,9,10) Input file 2 contains (1,4,5,11,12,14,16). Help me with jcl.
File1 has 100 records and file2 has 200 records i want to copy 50 records which r in both file into file3
When space is allocated for an output dataset, what units can be used?
CAN ANYONE TELL ME WHAT IS "JOB-CARD"