Previous Topic: CA-7.NC504Next Topic: CA-7.NC701


CA-7.NC602

VTAM ERROR (LOSTERM) NODE=nnnnnnnn CODE=cc

Reason:

The LOSTERM exit has been entered for the node specified in the message. The level of this error is serious.

nnnnnnnn is the node that initiated the LOSTERM condition.

cc is the LOSTERM reason code. See the IBM manual z/OS Communications Server: SNA Programming in the "Using Exit Routines" section under the LOSTERM exit.

Action:

The action depends on the value of the reason code.

Reason code

Meaning

X'00' - X'0B'

Ignore the condition and continue.

X'0C' - X'1C'

Terminate the session.

X'1D' - X'FF'

Print message and continue.

Correct the problem and resubmit.