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

ABEND - U4038


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

New User


Joined: 09 Jul 2007
Posts: 59
Location: Chennai

PostPosted: Wed Jul 30, 2008 4:56 pm
Reply with quote

Code:
A COBOL run-time condition, IGZ0033S, occurred during execution of     
program AB100100.  The expected completion code is U4038.               
                                                                       
*******************************************                             
*            Analysis of Error            *                             
*******************************************                             
                                                                       
                                                                       
An attempt was made to pass a parameter located above the 16MB line to a
program in AMODE(24) but the called program will not be able to address
the parameter.                                                         
                                                                       
Make sure that the parameter is located in storage accessible to an     
AMODE(24) program.  If the calling program is compiled with the RENT   
option, the DATA(24) may be used.  If the calling program is compiled   
with the NORENT option, the RMODE(24) option may be used.  Also make   
sure that linkedit, binder, or genmod overrides are not responsible for
this error.                                                             

The IBM message that corresponds to the condition is:             
                                                                 
 IGZ0033S An attempt was made to pass a parameter address above 16
          megabytes to AMODE(24) program XY101100.


The programs are compiled and linked using CHGMAN.

Could someone tell me how to solve this issue?
Back to top
View user's profile Send private message
Garry Carroll

Senior Member


Joined: 08 May 2006
Posts: 1193
Location: Dublin, Ireland

PostPosted: Wed Jul 30, 2008 5:06 pm
Reply with quote

The Analysis of Error tells you what the problem is.

You have an AMODE(31) program which is calling an AMODE(24) program and the caller is using 31-bit variables. Either have the caller changed to have variables "below" or change the called program to be able to address "above".

Regards,
Garry.
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 Jul 30, 2008 5:06 pm
Reply with quote

Hi,

Some previous topic on the same issue-

www.ibmmainframes.com/viewtopic.php?t=28780&highlight=u4038
www.ibmmainframes.com/viewtopic.php?t=28939&highlight=u4038
www.ibmmainframes.com/viewtopic.php?t=4836&highlight=u4038

BTW, please post the SYSOUT as well.
Back to top
View user's profile Send private message
Mariraj

New User


Joined: 09 Jul 2007
Posts: 59
Location: Chennai

PostPosted: Wed Jul 30, 2008 7:41 pm
Reply with quote

Thanks to both of you.
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 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