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

S000 U4036 Abend.


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

Active User


Joined: 05 Jun 2009
Posts: 185
Location: Planet Earth

PostPosted: Sat Sep 11, 2010 5:08 am
Reply with quote

All,

I am trying to write an IMS BMP program which makes use of GSAM database. My program runs fine when I do not have any RSA included in the GN statement. But when I include a RSA in the GN statement, my program abends with the abend code S000 U4036 during the subsequent CHKP call. I still dont get what is the relation between a RSA in a GN and a CHKP calls. Can anybody pls help me understand if there is anything that can help me in fixing my problem.

I have defined my RSA in the following way,
05 GSAM01DB-RSA.
10 RSA-FWB1 PIC 9(8) COMP.
10 RSA-FWB2 PIC 9(8) COMP.
Back to top
View user's profile Send private message
rockish

Active User


Joined: 05 Jun 2009
Posts: 185
Location: Planet Earth

PostPosted: Sat Sep 11, 2010 6:15 am
Reply with quote

Thanks all who gave an attempt on this question. I got it fixed myself. The problem was I defined my RSA as sub level to my PCB itself. I moved it outside into a seperate 01 level variable and my program worked fine :-)
Back to top
View user's profile Send private message
dick scherrer

Moderator Emeritus


Joined: 23 Nov 2006
Posts: 19244
Location: Inside the Matrix

PostPosted: Sat Sep 11, 2010 7:20 am
Reply with quote

Good to hear it is working. Thank you for posting the solution icon_smile.gif

d
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