M204.2350

From m204wiki
Jump to navigation Jump to search

M204.2350  Socket call completed abnormally due to token

A TCP/IP socket call was awaiting a completion notification from the TCPIP address space when an event (thread bump, IUCV sever, or CLOSE LINK) occurred making it impossible to wait any longer. Model 204 attempts to send a message to TCPIP requesting that the outstanding socket call be canceled, and this causes the socket call to complete with an abnormal return code.

Response: This message is intended mainly to audit the effects of certain unusual events on normal thread processing. The message will usually be seen on threads that are actively using TCP/IP when the link is closed forcibly, or when the thread is bumped by operator command. Less often it will be seen when the TCPIP address space is shut down or some other event causes an IUCV sever to occur.

Message attributes:

RETCODEO=0Sets online return code
RETCODEB=4Sets batch (single user) return code
CLASS=EError class; the message can be suppressed with the X'04' bit setting of the MSGCTL parameter
AUDITMSWrites the message with line type MS to the audit trail
NOCOUNTDoes not increment the error count (ERCNT) parameter

Back to list of messages