View previous topic :: View next topic
|
Author |
Message |
guruji
New User
Joined: 13 Apr 2007 Posts: 61 Location: Chennai
|
|
|
|
Hi
Need an urgent help onthe below scenario.
A Mainframe IMS DC program is connecting another application through an API which was hosted on PCF. But now getting migrated to GCP. Only change done to IMS Program is replacing teh PCF URL by GCP url. But teh program faile with the below error
I/O System error Return code 998
Middleware subroutine XXXX exceeds XX seconds Timeout RETCODE = 0
Error code = 00000000
Kindly Support/guide |
|
Back to top |
|
|
guruji
New User
Joined: 13 Apr 2007 Posts: 61 Location: Chennai
|
|
|
|
Further analysis helped to understand that the issue happened in the EZASOCKET call.
Any clue on how to handle timeout in this case? Does adding KEEPALIVE parameter help anyway? If so, how to add?
SET SELECT-TYPE TO TRUE
CALL "EZASOKET" USING SOCKET-CALL-TYPE
MAXSOC
TIMEOUT
WS-RSNDMSK WS-WSNDMSK WS-ESNDMSK
WS-RRETMSK WS-WRETMSK WS-ERETMSK
ERRNO
RETCODE |
|
Back to top |
|
|
|