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

S0C4/AKEA Abend in CICS


IBM Mainframe Forums -> CICS
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Bill O'Boyle

CICS Moderator


Joined: 14 Jan 2008
Posts: 2501
Location: Atlanta, Georgia, USA

PostPosted: Tue Aug 12, 2008 10:04 pm
Reply with quote

I believe someone had mentioned to use CEDF?

Have you tried it?

Under CEDF and just before issuing the "READ" (IE: ABOUT TO EXECUTE COMMAND), take a screen snapshot of the fields, pressing <PF2> when the field is not displayable, such as the binary-halfword length.

I still believe you have a mismatch between the In-Core File-Table and its associated Copybook/DSECT.

One question; When the Table was Assembled, was the Assembler option "ALIGN" used?

The default is "NOALIGN" and this is the reason why binary-fields in this table are represented as unaligned "HEX" constants.

Use of the H and F aligned directives in lieu of unaligned-hex will raise some "opportunities". icon_wink.gif

Regards,

Bill
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 Using API Gateway from CICS program CICS 0
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
No new posts Parallelization in CICS to reduce res... CICS 4
Search our Forums:

Back to Top