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

CICS EIBRESP = 16 EIBRESP2 = 28


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

New User


Joined: 09 Nov 2008
Posts: 3
Location: Bangalore

PostPosted: Wed Jan 28, 2009 11:54 am
Reply with quote

I am getting the error in response code just after performing READ/UPDATE . How to avoid that?
Back to top
View user's profile Send private message
ofer71

Global Moderator


Joined: 27 Dec 2005
Posts: 2358
Location: Israel

PostPosted: Wed Jan 28, 2009 12:03 pm
Reply with quote

I believe the explanation in the fine manual is quite clear:
Quote:

28 Following a READ UPDATE command without TOKEN, another READ
UPDATE without TOKEN was issued against the same file without an
intervening REWRITE, DELETE, UNLOCK or SYNCPOINT command. This
condition may in some cases be raised despite the fact that the
first READ UPDATE was not successful, for example because it
timed out
.

If there's anything in that message that you don't understand, please let us know.

O.
Back to top
View user's profile Send private message
Norm Mike

New User


Joined: 05 Apr 2008
Posts: 3
Location: Cleveland Ohio USA

PostPosted: Sun Mar 22, 2009 8:34 pm
Reply with quote

Another factor, the error may indicate the file does not have the 'Update' option set for CICS.

Issue CICS command: CEMT INQ FILE(fileID)

The result should show something such as:
Fil(ZNNMIKE1) Vsa Ope Ena Rea Upd Add Bro Del Sha
Dsn( ZNV1.D11.TEST.NORMSFILE )

See the option 'Upd', it is required for CICS Read with UPDATE to allow the CICS Rewrite command.
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 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
No new posts How to avoid duplicating a CICS Web S... CICS 0
Search our Forums:

Back to Top