Pathway/iTS SCREEN COBOL Reference Manual (G06.24+, H06.03+, Pathway/iTS 1.0+)

SCREEN COBOL Compiler Diagnostic Messages
Compaq NonStop™ Pathway/iTS SCREEN COBOL Reference Manual426750-001
C-72
461
Type. Error
Cause. Either a procedure name referred to in a PERFORM or GO TO statement was
not encountered in the source text, or the name was not sufficiently qualified to avoid
ambiguity.
462
Type. Error
Cause. A procedure marked as altered is not a valid alter candidate.
463
Type. Error
Cause. SCREEN COBOL does not support independent segments.
464
Type. Error
Cause. An operand in a conditional statement is an illegally defined data item; the
operand is defined as a numeric edited data item; or an attempt was made to use the IF
... DOUBLEBYTE statement to compare a PIC N data item or literal with a PIC 9
numeric data item.
465
Type. Error
Cause. A program name is expected here.
UNDEFINED OR AMBIGUOUS PROCEDURE ACCESS
ILLEGAL ALTER CANDIDATE
INDEPENDENT SEGMENTS NOT SUPPORTED
ILLEGAL DATA ITEM IN IF STATEMENT
ONLY A PROGRAM NAME IS ALLOWED IN THIS CONTEXT