User abend 4038

This is a Mainframe COBOL forum - you can post your queries on Mainframe COBOL, VS COBOL II, COBOL/370 , Enterprise COBOL

Moderators: dbzTHEdinosauer, Moderator Group

Post Reply
noussa
Member
Posts: 2
Joined: Wed Jan 07, 2009 2:21 pm

User abend 4038

Post by noussa » Wed Jan 14, 2009 3:13 pm

while i execute my job ,i have this abend in the SYSTSPRT

DSN ENDED DUE TO ERROR+
USER ABEND CODE 4038 REASON CODE 00000001

and in SYSOUT i have this message :

PARA : APPEL-MTRMRI01
PARA : SQ-APPEL-RI01
An attempt was made to pass a parameter address above 16 megabytes to AMODE(24) program MTRMRI01.
From compile unit MSEEBUA6 at entry point MSEEBUA6 at statement 6648 at compile unit offset +0000A234 at address 2B1D57FC.

can any one help me to solve this problem ?
please!

thank you!!!

User avatar
dbzTHEdinosauer
Moderator
Posts: 981
Joined: Mon Oct 02, 2006 8:31 pm

Post by dbzTHEdinosauer » Wed Jan 14, 2009 3:35 pm

???
you are calling a module which have amode(24) from a module with amode(31) attributes.

insure that both modules are compiled the same way.
Dick Brenholtz
JCL, SQL and code in programs have an irritating habit of doing what you say,
not what you meant.

noussa
Member
Posts: 2
Joined: Wed Jan 07, 2009 2:21 pm

Post by noussa » Wed Jan 14, 2009 4:28 pm

thank you for your help
i changed the amode to (24) and now it's OK

Thank you!!!!!!!!!

academyindia4

Topic deleted by Admin

Post by academyindia4 » Tue Jan 19, 2016 8:17 pm

<< Content deleted By Admin >>

academyindia4

Topic deleted by Admin

Post by academyindia4 » Mon Feb 01, 2016 1:41 am

<< Content deleted By Admin >>

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others