by powerhawk » Tue Oct 16, 2018 11:48 am
We have several CICS programs doing calls to services outside Mainframe using WEB SEND and WEB RECEIVE. Our problem is we haven't figured out how to set timeout for this service calls. We need to set different timeout times for different service calls and our workaround just now is to set the timeout times on CICS transaction level. This means we have to create a unique CICS program for every service call and make a CICS START on this programs for every service call. Are there any other method to handle the timeout issue, by using the HTTP headers or other HTTP call parameters?