z/OS Communications Server: IP Messages Volume 3 (EZY)
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


EZY4108E

z/OS Communications Server: IP Messages Volume 3 (EZY)
SC27-3656-00

Can’t send after socket shutdown (ESHUTDOWN)

Explanation

A send() call cannot be carried out after a shutdown() call.

System action

The socket call fails. TCPIP continues.

Operator response

None.

System programmer response

Rewrite the socket call so that the shutdown() follows the send(). The only call that can follow the shutdown() is the close() for the socket.

Module

TCPERROR

Procedure name

tcperror

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014