ABEND=S322



Queries about Compuware’s Debugging Tools: Abend-AID for COBOL, PL/I, Assembler, CICS, DB2, IMS and IDMS

ABEND=S322

Postby vegafacundodaniel » Thu Jan 14, 2016 3:10 pm

Hello.
Could anyone help please?
I get an ABEND=S322 (timeout abend) executing a big program that reads, updates, inserts and deletes on several DB2 tables.

Does anyone knows a way to find what is problem ? I guess, there is a deadlock somewhere. How to find it ? Could Detector of Platinum helps me? how?

Thanks in advance
vegafacundodaniel
 
Posts: 61
Joined: Tue Jul 20, 2010 4:27 pm
Has thanked: 1 time
Been thanked: 0 time

Re: ABEND=S322

Postby enrico-sorichetti » Thu Jan 14, 2016 3:27 pm

what does the manual say about it ?
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort
enrico-sorichetti
Global moderator
 
Posts: 2994
Joined: Fri Apr 18, 2008 11:25 pm
Has thanked: 0 time
Been thanked: 164 times

Re: ABEND=S322

Postby NicC » Thu Jan 14, 2016 4:59 pm

Nothing to do with DB2 in itself, you have simplty spent all the time permitted by the system for your task. Presumably this is in a test region as production should not have time constraints, You could give yourelf more time using the TIME parameter on the job cards but check around first as this may not be allowed. If it isn't then you will have to split the job into smaller tasks.
The problem I have is that people can explain things quickly but I can only comprehend slowly.
Regards
Nic
NicC
Global moderator
 
Posts: 3025
Joined: Sun Jul 04, 2010 12:13 am
Location: Pushing up the daisies (almost)
Has thanked: 4 times
Been thanked: 136 times

Re: ABEND=S322

Postby Robert Sample » Thu Jan 14, 2016 6:26 pm

I guess, there is a deadlock somewhere.
You are guessing wrong. It is entirely possible that the program is running normally but just ran out of time. You need to talk to someone AT YOUR SITE -- coworkers, team leader, manager, or site support group -- to find out how to resolve this issue. Many sites put time restrictions on certain job classes, and if your job is running in a job class that has such a restriction, you will NOT be able to run the program to normal completion without changing the job class. And only someone working at your site can tell you the rules for your site.
Robert Sample
Global moderator
 
Posts: 3719
Joined: Sat Dec 19, 2009 8:32 pm
Location: Dubuque, Iowa, USA
Has thanked: 1 time
Been thanked: 279 times


Return to Abend-AID

 


  • Related topics
    Replies
    Views
    Last post