Pathway/iTS System Management Manual (G06.24+)
TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual—426748-002
13-8
TCP Messages
•
Supporting documentation such as Event Management Service (EMS) logs, trace
files, and dump files, if applicable
If your local operating procedures require contacting the GCSC, supply your system
number and the numbers and versions of all related products as well.
3015
Cause. A data-related error occurred during numeric manipulation. The error can be
caused by an overflow, by dividing by zero, by an invalid value in a numeric data item
(for example, blank spaces in a USAGE DISPLAY item), or by attempting to move a
value into a data item that is not large enough to hold it.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1.
3016
bytes
indicates the number of bytes that would be needed to execute beyond the point of
the error.
Cause. The limit configured for the MAXTERMDATA attribute in the SET TCP
command was exceeded.
Effect. The operation fails.
Recovery. Isolate and correct the problem within the SCREEN COBOL program. For
instructions on how to locate the problem within the program, see General Information
on page 13-1.
3017
Cause. A file-system error occurred while a TCP was opening the specified terminal.
Effect. The program terminates abnormally.
Recovery. For information regarding the specified file-system error, see the Guardian
Procedure Errors and Messages Manual.
*3015* TERM term-name, ARITHMETIC OVERFLOW
*3016* TERM term-name, TERMINAL STACK SPACE OVERFLOW (bytes)
*3017* TERM term-name, ERROR DURING TERMINAL OPEN (errnum)