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

Facing U4088 Abend with Reason code 63


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
sreenivasrv

New User


Joined: 20 Apr 2007
Posts: 10
Location: Bangalore

PostPosted: Tue Apr 24, 2007 11:44 am
Reply with quote

Hi all...
Please help me in solving this abend. Am trying to run a simple PLI module which calls a simple cobol module. This Cobol module calls another DB2 cobol module from where the data is sent back to my PLI module. I tried compiling the module with AMODE(31) and RMODE(ANY), even then the module abends.
Can any one suggest me how to proceed
Back to top
View user's profile Send private message
sreenivasrv

New User


Joined: 20 Apr 2007
Posts: 10
Location: Bangalore

PostPosted: Tue Apr 24, 2007 12:27 pm
Reply with quote

can anyone get something from this link below which says something about this abend

www-1.ibm.com/support/docview.wss?uid=isg1PQ38607
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Apr 24, 2007 12:36 pm
Reply with quote

sreenivasrv wrote:
can anyone get something from this link below which says something about this abend
www-1.ibm.com/support/docview.wss?uid=isg1PQ38607
For that APAR to apply, I would thing one of the COBOL programs you are calling would need to be non-LE....Is that the case?
Back to top
View user's profile Send private message
sreenivasrv

New User


Joined: 20 Apr 2007
Posts: 10
Location: Bangalore

PostPosted: Tue Apr 24, 2007 12:49 pm
Reply with quote

Hi William
My PLI program is a Non LE module, and the cobol modules which are being called are LE modules. I feel this is what is causing problem. And another thing is my PLI module is on one system and the called COBOL modules are in another system.
Am trying to convert my PLI program to LE. I use changeman for compiling.
Can you plz let me know how do I convert my PLI module to LE module?

Thank you
Regards
Back to top
View user's profile Send private message
William Thompson

Global Moderator


Joined: 18 Nov 2006
Posts: 3156
Location: Tucson AZ

PostPosted: Tue Apr 24, 2007 1:14 pm
Reply with quote

PL/I for MVS & VM Compiler and Run-Time Migration Guide, SC26-3118

See about getting that APAR applied.....
Back to top
View user's profile Send private message
sreenivasrv

New User


Joined: 20 Apr 2007
Posts: 10
Location: Bangalore

PostPosted: Tue Apr 24, 2007 3:08 pm
Reply with quote

The Error it is showing is..

*******************************************
* Analysis of Error *
*******************************************


Language Environment issued user abend 4088, reason code 00000063.

A storage condition has occurred during processing of a storage
condition.

Either a DSA stack segment owning the NAB could not be found or the DSA
backchain pointer contains an invalid 31-bit address. (CEEVGTSI or
CEEVGTUN - BADNAB).
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 -> ABENDS & Debugging

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts Reorg abended with REASON=X'00E40347' DB2 2
No new posts ISAM and abend S03B JCL & VSAM 9
No new posts REASON 00D70014 in load utility DB2 6
Search our Forums:

Back to Top