During the CICS region recycle, will the incoming request gets time-out? Will the request be logged in some files to check?
Asked
Active
Viewed 139 times
0
-
1Could you add a little more detail to your question - for example, what kind of requests - HTTP, IPIC, ...? – Ben Cox Jul 20 '21 at 09:48
-
1Is the region a member of a CICSPlex? – cschneid Jul 20 '21 at 14:00
-
Have you asked your system programmer? – Kevin McKenzie Jul 20 '21 at 15:15
1 Answers
1
It depends... If it is an application in a single standalone CICS region, then yes, requests will timeout unless the architecture (outside of CICS) allows for buffering incoming requests until the CICS region is back and available.
If the CICS environment is setup in an MRO or CICSPLex environment the application can be enabled to handle individual CICS region recycles and even IPL's without interruption.

pcs305
- 61
- 2