Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is S322 abend ?

Answers were Sorted based on User's Feedback



What is S322 abend ?..

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

What is S322 abend ?..

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

What is S322 abend ?..

Answer / jerinjose

TIME OUT

Is This Answer Correct ?    13 Yes 1 No

What is S322 abend ?..

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

What is S322 abend ?..

Answer / prashanthkodakani

s322=step time limit exceed.....
s522=job time limit exceed.........

Is This Answer Correct ?    5 Yes 8 No

Post New Answer

More JCL Interview Questions

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

0 Answers   IBM,


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?

0 Answers  


what is mainframe?

4 Answers   CGI,


the command to open a dataset directly from the JCL instead of opening it separately using 3.4 option.

7 Answers   IBM,


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.

1 Answers  


Which storage devices are grouped under DASD and SYSDA ?

1 Answers   IBM,


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

3 Answers  


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?

4 Answers   IMS,


How many parameters are there to a DISP statement and what are their uses ?

3 Answers  


what is the meaning of keyword in jcl?what is is opposite?

4 Answers  


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?

2 Answers   CTS,


I have 60 steps in the JCL and want to Execute Only First from PROC by overriding in JCL ?

0 Answers  


Categories