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

AEYD abend IN EXEC CICS READ


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

New User


Joined: 17 May 2006
Posts: 18
Location: malaysia

PostPosted: Mon Nov 20, 2006 6:51 am
Reply with quote

hi ,

i'm having problem when performing this read statement.
*EXEC CICS READ
* DATASET('OADCTF')
* SET (ADDRESS OF OADCTF-TERMINAL-RECORD)
* LENGTH (WS-OADCTF-LENGTH)
* RIDFLD (WS-OADCTF-KEY)
* END-EXEC.

This copybook i have define in the lingkage section, and
i try to use getmain before performing this read
but the problem still happen.

The problem shows at line 189900

189900 Call 'DFHEI1' using by content x'0602f0000701008000f0f3f2f2f4
- '404040' by reference OAOFILE-OADCTF by reference ADDRESS OF
OADCTF-TERMINAL-RECORD by reference OAOFILE-OADCTF-LENGTH by
reference WS-OADCTF-KEY end-call.


please help

thanks
Back to top
View user's profile Send private message
UmeySan

Active Member


Joined: 22 Aug 2006
Posts: 771
Location: Germany

PostPosted: Mon Nov 20, 2006 5:18 pm
Reply with quote

Hi !

Explanation: A transaction has requested that CICS access a storage area that the transaction itself could not access. This occurred when an
invalid storage area was passed to CICS as an output parameter on an EXEC CICS command.

User Response: Examine the trace to find the exception trace entry
created by DFHEISR and then identify the parameter in error. If the abend
is handled, EXEC CICS ASSIGN ASRASTG, ASRAKEY, ASRASPC, and ASRAREGS give
additional information about the abend. At the time of the abend, register
2 points to the storage area at fault.

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

Global Moderator


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

PostPosted: Mon Nov 20, 2006 5:57 pm
Reply with quote

CICS will set the address of the buffer in the pointer, you need to tell CICS where the pointer is.
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 Using API Gateway from CICS program CICS 0
No new posts Error to read log with rexx CLIST & REXX 11
No new posts ISAM and abend S03B JCL & VSAM 10
No new posts Calling an Open C library function in... CICS 1
No new posts How to 'Ping' a CICS region in JCL CICS 2
Search our Forums:

Back to Top