The return code of a standard system function call has changed, which can cause ODEX to get stuck in a loop when reading data from a TCP/IP connection.
This downloadable file fixes the problem (it contains a new SUBDRV01) - TCPTRAC3.zip
On the AS400 :-
CRTSAVF FILE(ODEX400/TCPTRAC3)
ftp it from PC to AS/400
DSPSAVF FILE(ODEX400/TCPTRAC3)
'library saved' is the value required for SAVLIB() in a RSTOBJ command :-
RSTOBJ OBJ(*ALL) RSTLIB(TCPTEST)
SAVLIB(ODEX400) DEV(*SAVF) SAVF(ODEX400/TCPTRAC3)
ALWOBJDIF(*ALL) MBROPT(*ALL)
This fix requires version 3.2 of ODEX 400