IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

S222 Abend in IMS-DB


IBM Mainframe Forums -> IMS DB/DC
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Joel.B

New User


Joined: 13 Oct 2007
Posts: 5
Location: India

PostPosted: Wed Apr 15, 2009 10:56 am
Reply with quote

Hi All,

My job consists of 5 steps, at step4 executing IMS-DB pgm, while executing getting S222 Time abend error,

Following is the message flagging
Code:
+DFS629I PSW AT ERROR = 070C0000 81311324  IMSP             
+DFS036I BATCH BACKOUT NOT REQUIRED FOR TSTAPRJ IMSP     
DFS627I IMS RTM CLEANUP ( EOT ) COMPLETE FOR JS TSTAPRJ.CCI
IEF450I TSTAPRJ STEP04R TSTPGM- ABEND=S222 U0000 REASON
        TIME=21.54.44                                       
WLPACT01 TSTAPRJ STEP04R TSTPGM DFSRRC00  CC:S222     
$HASP375 TSTAPRJ ESTIMATE EXCEEDED BY           4,790,000 
$HASP395 TSTAPRJ ENDED                                    .

When traced thru Xpediter/single step it is executing successfully.
please can any of you help in this regard.

Thanks

Edited: Please use BBcode when You post some code/error, that's rather readable, Thanks... Anuj
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Apr 15, 2009 11:22 am
Reply with quote

Quote:
while executing getting S222 Time abend error,


Did You care to look at the manual for the meaning of s222 abend ???
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Wed Apr 15, 2009 11:27 am
Reply with quote

Hi,

It's S222 (not S322) which means the operator, or an authorized time sharing option extensions (TSO/E) user, canceled the job without requesting a dump. In this case system ends the job. In some cases, the system might write a dump even though a dump was not requested, depending on which system routine has control.

Suggest you find out why the operator or TSO/E user canceled the job by getting in touch with them. Correct any errors and resubmit the job. If you want a dump, have the operator resubmit the job and then cancel it using the command CANCEL jobname, DUMP.
Back to top
View user's profile Send private message
Devzee

Active Member


Joined: 20 Jan 2007
Posts: 684
Location: Hollywood

PostPosted: Thu Apr 16, 2009 2:41 pm
Reply with quote

I guess your program is looping, please check any looping logic..
or just put display statements and execute the job. You will be able to identify the issue on your own
Back to top
View user's profile Send private message
Anuj Dhawan

Superior Member


Joined: 22 Apr 2006
Posts: 6250
Location: Mumbai, India

PostPosted: Thu Apr 16, 2009 3:00 pm
Reply with quote

Welcome Back Devzee . . . icon_smile.gif

Ad
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> IMS DB/DC

 


Similar Topics
Topic Forum Replies
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Abend S0C4 11 (Page Translation Excep... PL/I & Assembler 16
No new posts WER999A - UNSUCCESSFUL SORT 8ED U Ab... SYNCSORT 5
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
No new posts Need to get an DLI abend like U0200 IMS DB/DC 2
Search our Forums:

Back to Top