What is abend s322?

Showing Answers 1 - 28 of 28 Answers

Indranil

  • May 13th, 2006
 

hi..

S322 comes when a job  exceeds its usual CPU time as it may goes to some infinite loop .

thanks

Indranil

  Was this answer useful?  Yes

dev.srivani

  • May 16th, 2006
 

S322 is a timeout abend means the job is not completed within the given time.Thanks

  Was this answer useful?  Yes

Lavanya

  • May 19th, 2006
 

Hi,

    S322 means the system has run out on the CPU time and the job is being cancelled. My first guess is, check your program if it went into any infinite loop, if not try to change the class and Time keyord parameters in the JCL. If you still get the Abend I would say you have a problem in your COBOL program... check the loops..

 

  Was this answer useful?  Yes

srilkrishy

  • May 21st, 2006
 

Just want to add few more comments.You can figure out the infinite loop by looking into the Exception count.This is the usual method followed to figure out the program is in infinte loop or not.

Thanks

Krishy

  Was this answer useful?  Yes

Manoj

  • Jun 14th, 2006
 

Hi,

Where do I check for the exception count??

Thanks,

Manoj

  Was this answer useful?  Yes

Maha

  • Jul 20th, 2006
 

Where i will find exception count? is that in Sysout?

  Was this answer useful?  Yes

Bijoy

  • Jul 30th, 2006
 

You can get the EXCP Count in Active queue i.e. s.da

  Was this answer useful?  Yes

karthi

  • Dec 7th, 2006
 

hi,

Thats CPU time out for specify job

  Was this answer useful?  Yes

mohamed ali

  • Dec 7th, 2006
 

JOB OR STEP TIME EXCEEDED THE SPECIFIED LIMIT PROGRAM IS IN A LOOP INSUFFICIENT TIME PARAMETER ON JOB OR EXEC CARD

  Was this answer useful?  Yes

Sodadasi

  • Dec 15th, 2006
 

We get S322 abend when the program takes more execution time than CPU time .

We can avoid this kind of sistuation by using the TIME parameter.

Thanks 

Sodadasi

  Was this answer useful?  Yes

Muthuraj

  • Jul 24th, 2012
 

CPU time is not enough...

  Was this answer useful?  Yes

Rishu

  • Jul 28th, 2014
 

Job is going in loop. One way to check this, please go to IOF and see if time is increasing and IO operation is fixed. If it is so, job is definitely in loop.

  Was this answer useful?  Yes

sai prasad

  • Dec 17th, 2015
 

If the specified time is not sufficient for the execution of a job then the job will abend with s322

  Was this answer useful?  Yes

gayatri belhekar

  • May 9th, 2017
 

it is time out abend

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions