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

CICS ERROR MESSAGE PROGRAM FAILED TO CANCEL RESP -0000000013


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

New User


Joined: 20 May 2010
Posts: 75
Location: India

PostPosted: Mon Nov 29, 2010 12:46 am
Reply with quote

Hi

I am seeong in cics system messages(CEEMSG) as

Code:
XXXX 20101128083251 ABCD FAILED TO CANCEL. RESP CODE = 0000000013


(XXXX is the transaction name and abcd is the program name)
This program is triggered by a start command a doing LU 6.2 connection with external system.

I am trying to findout what error message means

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

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Mon Nov 29, 2010 1:02 am
Reply with quote

I doubt that it would be an IBM message,
never seen one without a message identifier !
the best place to ask is certainly Your support.
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: Mon Nov 29, 2010 1:37 am
Reply with quote

An EIBRESP of 13 is raised for a NOTFND condition. This condition is NEVER raised on a START command, so you'll have to review the source code and find where this message is being generated. You need to determine the failed EIBFN associated with this EIBRESP. Determining the EIBRCODE would also be helpful.

However, the message indicates that a CANCEL command came back with a non-zero EIBRESP and a NOTFND condition is one (of several) that can be raised.

Bill
Back to top
View user's profile Send private message
akodakka

New User


Joined: 20 May 2010
Posts: 75
Location: India

PostPosted: Mon Nov 29, 2010 11:31 am
Reply with quote

Hi

As Bill said this error came as CANCEL command came back with a non zero EIBRESP and is a NOTFND condition

I think the req-id issued during the delay process not found during the CANCEL. Still am curious how this is happeneing

Thanks BILL enrico for your help
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 Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
This topic is locked: you cannot edit posts or make replies. how can I proof that message was post... Java & MQSeries 1
Search our Forums:

Back to Top