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

What would be the EIBRESP?


IBM Mainframe Forums -> DFSORT/ICETOOL
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vivek_mvs1

New User


Joined: 25 Apr 2006
Posts: 12

PostPosted: Thu Aug 03, 2006 4:27 pm
Reply with quote

Hi,

I have to code a CICS program which uses a VSAM file Say XFILE.
My requirement is like when the same file is used by a batch program when i try to update from CICS program, What would be the EIBRESP?

More clarification
1) Prog B (Batch) is using XFILE for updation
2) Prog C(CICS) tries to issue Read update for the same when prog B is using XFILE
3) what is the EIBRESP now?

I need this eibresp because I have to set 1 min delay after i get this Expected EIBRESP

Regards,
Vivek.T
Back to top
View user's profile Send private message
Earl Haigh

Active User


Joined: 25 Jul 2006
Posts: 475

PostPosted: Wed Aug 09, 2006 9:53 pm
Reply with quote

You can't read/update the same file from a CICS program.

Unless your VSAM file is defined with Share Option 4,, see
your CICS systems programmer for more information.

OR
review some of the vendor software products available that permits concurrent updating. There is a new product from HostBridge Technology that provides ability to code COBOL batch programs to
communicate with any CICS resource (files, tdq's , tsq's, programs, transactions, etc.)
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 -> DFSORT/ICETOOL

 


Similar Topics
Topic Forum Replies
No new posts EIBRESP=16 and EIBRESP2=25 while doi... CICS 2
No new posts EIBRESP =16 & EIBRESP2 = 01 while... CICS 3
No new posts EIBRESP 13 on Alternate Index CICS 7
No new posts How do I get the Response from EIBRESP COBOL Programming 1
No new posts eibresp = 16 and eibresp2 = 28. CICS 1
Search our Forums:

Back to Top