View previous topic :: View next topic
|
Author |
Message |
Farheen
New User
Joined: 24 Aug 2020 Posts: 2 Location: INDIA
|
|
|
|
Hi Team,
Good day to you!
When the region is not available then the response will not be sent to the source causing a timeout for that particular transaction. We've setup a VSAM file with Fixed length to update/write these timed out records. But recently we've been seeing errors in CICS spool that the write operation to the file is failing with response codes : EIBRESP = 00000016, EIBRESP2 = 00000001.
EIBRESP = 16 means an INVREQ but not sure about RESP2 reason. I tried to debug the pgm but couldn't get the actual reason for these EIBRCODES.
Could you please let me know the response message or root cause for Resp2 as 01?
Appreciate your quick response and inputs on this one. |
|
Back to top |
|
|
Farheen
New User
Joined: 24 Aug 2020 Posts: 2 Location: INDIA
|
|
Back to top |
|
|
Garry Carroll
Senior Member
Joined: 08 May 2006 Posts: 1205 Location: Dublin, Ireland
|
|
|
|
EIBRESP2 01 is not documented for EIBRESP 16 (invreq) but is documented for EIBRESP 12 (filenotfound). What is your WRITE command and what type of dataset are you writing?
Garry |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3077 Location: NYC,USA
|
|
|
|
Quote: |
response codes : EIBRESP = 00000016, EIBRESP2 = 00000001. |
How about you check the syntax in the program, FCT entry , Do file is defined correctly as per program and FCT entry? Did it ever worked successfully ? if so then what changed to make it fail ? EIBRESP2 would play small role now until you have answers to these questions. resp2 may be because of rollback. |
|
Back to top |
|
|
|