TCP Error Messages
NonStop Pathway/iTS Management Programming Manual—426749-002
12-4
Error-Message Range 3000 Through 3999
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
Effect. The terminal is aborted; 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 Additional
Information for Terminal Errors on page 12-3.
3003: ZPWY-ERR-TCP-BADINDEX
The value of a subscript expression is either 0 or larger than the limit implied by the
OCCURS clause.
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
Effect. The TERM is aborted; 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 Additional
Information for Terminal Errors on page 12-3.
3004: ZPWY-ERR-TCP-BADRECOVERY
The TCP detected a SCREEN COBOL verb that is not allowed during screen recovery.
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
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 Additional
Information for Terminal Errors on page 12-3.
3005: ZPWY-ERR-TCP-BADPUPARAMS
The number of parameters passed in the USING clause of the CALL statement did not
equal the number of parameters given in the procedure division header of the called
program.
This error does not appear in the RETCODE token or in an error list; it appears only in
response to a STATUS TCP or STATUS TERM command.
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 Additional
Information for Terminal Errors on page 12-3.