Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)

Procedure Division
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
6-77
SEND Statement
The following list of messages contains an explanation of the error numbers in the
TERMINATION-STATUS special register.
TERMINATION-STATUS 1
Cause. The server class to which the message is directed is frozen.
Action Without ON ERROR Clause. The system waits until the server class is
thawed by execution of a PATHCOM THAW SERVER command, then continues with
the processing of the SEND statement.
TERMINATION-STATUS 2
Cause. A free server class control block cannot be found. You should increase the
value of the TCP configuration parameter MAXSERVERCLASSES.
Action Without ON ERROR Clause. The system waits until the resource is available,
then continues with the processing of the SEND statement.
TERMINATION-STATUS 3
Cause. A free server process control block cannot be found. You should increase the
value of the TCP configuration parameter MAXSERVERPROCESSES.
Action Without ON ERROR Clause. The system waits until the resource is available,
then continues with the processing of the SEND statement.
TERMINATION-STATUS 4
Cause. The request to PATHMON for a link to the server class has been denied for
indeterminate reasons, and the TCP has no previously established links to the class.
Action Without ON ERROR Clause. The system periodically rerequests a link and,
when successful, continues with the processing of the SEND statement.
TERMINATION-STATUS 5
Cause. The request to PATHMON for a link to the server class has been denied because
no class of that name has been defined.
SERVER CLASS FROZEN
RESOURCE UNAVAILABLE
RESOURCE UNAVAILABLE
LINK DENIED
SERVER CLASS UNDEFINED