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

TCP Messages (Numbers 3000-3999)
HP NonStop Pathway/iTS System Management Manual426748-002
13-4
TCP Messages
3005
Cause. The number of parameters passed in the USING clause of a CALL statement
does not equal the number of parameters given in the Procedure Division header of
the called program.
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.
3006
Cause. The maximum size of a parameter passed in the USING clause of a CALL
statement does not equal the maximum size of the corresponding parameter given in
the Procedure Division header of the called program.
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.
3007
Cause. A screen-manipulation operation was attempted before a DISPLAY BASE
statement was executed.
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.
*3005* TERM term-name, CALL: ACTUAL NUMBER OF PARAMETERS
MISMATCHES FORMAL
*3006* TERM term-name, CALL: ACTUAL PARAMETER SIZE MISMATCHES
FORMAL
*3007* TERM term-name, SCREEN OPERATION DONE WITHOUT BASE
DISPLAYED