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

EDC5052S message


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
jld49

New User


Joined: 07 Apr 2006
Posts: 3
Location: UK

PostPosted: Tue Jun 27, 2006 9:49 pm
Reply with quote

We are just beginning to test our newly compiled Enterprise COBOL programs and have got message EDC5052S - can anybody tell me what this means please?
Back to top
View user's profile Send private message
cpuhawg

Active User


Joined: 14 Jun 2006
Posts: 331
Location: Jacksonville, FL

PostPosted: Tue Jun 27, 2006 9:55 pm
Reply with quote

From the manual:

EDC5052S

--------------------------------------------------------------------------
EDC5052S The application is running with AMODE=24 while the run-time
library was installed above the line.

Explanation: The application which is accessing the run-time library is
running with AMODE=24. But the run-time library was installed above the
16MB line, which the application cannot address.

Programmer Response: Ensure the AMODE of the application matches that of the run-time library. Language Environment no longer supports C
applications in AMODE=24. Relink the application to have AMODE=31.

System Action: Application is terminated with 3000 abend.

Symbolic Feedback Code: EDC4TS
Back to top
View user's profile Send private message
jld49

New User


Joined: 07 Apr 2006
Posts: 3
Location: UK

PostPosted: Tue Jun 27, 2006 10:08 pm
Reply with quote

This is a COBOL program, not C, but it has default linkedited to be AMODE 24. Does this mean we have to specify AMODE 31 in the Linkedit parms?
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 -> COBOL Programming

 


Similar Topics
Topic Forum Replies
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
No new posts IMS Message : DFS3577A IMS DB/DC 4
No new posts dsnrexx fails without error message CLIST & REXX 9
No new posts Print out all lines with 'IBM' compil... CLIST & REXX 8
No new posts How to get the message id thats trigg... Java & MQSeries 0
Search our Forums:

Back to Top