Pathway/iTS System Management Manual (G06.24+)

TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual426748-002
13-13
TCP Messages
3036
Cause. A program unit was called with a USE FOR TERMINAL-ERRORS statement
from a USE FOR TERMINAL-ERRORS declarative.
Effect. The call 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.
3037
Cause. An invalid timeout value was used in an ACCEPT statement. The value was
either less than 0 or too large to be represented in an INT(32) field.
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.
3040
Cause. The field referenced in a verb does not contain numeric data. To find the item
name that caused the error, find the indicated number in the DESC column and read
across to the left.
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. The descriptor number appears on the compiler listing if you included
the ?MAP or ?SMAP option in your program.
*3036* TERM term-name, CANNOT CALL PU WITH TERMINAL-ERRORS
DECLARATIVE
*3037* TERM term-name, ILLEGAL ACCEPT VARIABLE TIMEOUT VALUE
*3040* TERM term-name, INVALID NUMERIC ITEM - DESCRIPTOR
NUMBER (number)