Use the TCP/IP Sockets Activity report of OMEGAMON/CICS to locate the tasks that are waiting for a socket request. If the application is waiting for a READ command to complete, consider issuing a SELECT command prior to the READ request. The SELECT command will indicate whether sockets are ready to be read. Additional information on application status can be obtained using the TSO command NETSTAT SOCKET.
|