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

4094 abend during EXEC CICS LINK


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

New User


Joined: 20 Jul 2006
Posts: 30

PostPosted: Wed Jun 08, 2011 11:02 am
Reply with quote

Hi All,

I am facing CICS 4094 abend when my program is linking to another online program through EXEC CICS LINK. Below is the code,

EXEC CICS LINK
PROGRAM(WC-GNOT0004)
COMMAREA(GNT0003W-PROC-CNTL-BLK)
LENGTH(LENGTH OF GNT0003W-PROC-CNTL-BLK)
RESP(WW-CICS-RESP)
END-EXEC

IF WW-CICS-RESP NOT = ZEROS

GNT0003W is a linkage section copybook. I have caught this using Fault Analyzer and the location of the abend is pointing to this area.

And my FA says this,

TRANID: TH01 CICS ABEND: 4094

A CICS abend 4094 occurred in module CEECCICS at offset X'2866'.

The abend was caused by machine instruction 0DEF (BRANCH AND SAVE) in module
GNOT0103 program GNOT0103 at offset X'9F0A'.

Please suggest.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jun 08, 2011 11:27 am
Reply with quote

did You search the forums ( with 4094 CICS for example )
there are quite a few topics dealing with a 4094 cics abend

the topics found will give You some hints,
for a better understanding You will have anyway to read an meditate on th manuals!
Back to top
View user's profile Send private message
Gautam512

Active User


Joined: 05 Oct 2005
Posts: 308
Location: Vizag / US

PostPosted: Wed Jul 06, 2011 2:57 am
Reply with quote

check this link : http://ibmmainframes.com/about35821.html
might help you....
Back to top
View user's profile Send private message
Bill O'Boyle

CICS Moderator


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

PostPosted: Wed Jul 06, 2011 5:33 am
Reply with quote

Click here -

ibmmainframes.com/about32045.html

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 JCL EXEC PARM data in C Java & MQSeries 2
Search our Forums:

Back to Top