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

AEZC abend when trying to link to a subroutine from main pgm


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nimisanand

New User


Joined: 22 Nov 2005
Posts: 24

PostPosted: Sat Mar 10, 2007 12:29 am
Reply with quote

Hi friends,

whenever i am trying to link to a subroutine from my main program, i am getting an AEZC abend. i did a R&D thru google and most of the info i got says its an issue with the RMODE..I am not sure how to debug this..can anyone help me out in the same.

Regards,
Nimi
Back to top
View user's profile Send private message
William Thompson

Global Moderator


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

PostPosted: Sat Mar 10, 2007 2:42 am
Reply with quote

Why Google when you can go straight to the Source
Quote:
AEZC

Explanation: A transaction has been defined with a TASKDATALOC(ANY), but a program within the transaction is defined to run AMODE 24. CICS cannot invoke the AMODE 24 program when the transaction is running with TASKDATALOC(ANY), as this would cause a protection exception, or a storage overwrite.

System Action: The transaction is abnormally terminated.

User Response: Either redefine and install a new definition for the transaction with TASKDATALOC(BELOW), or relink the program as AMODE 31.
Either relink the called or redefine the caller.
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 -> CICS

 


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 How can i link the RHDCSNON programa ... IDMS/ADSO 2
No new posts the system or user abend SF0F R=NULL COBOL Programming 0
Search our Forums:

Back to Top