COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-75
Message List
381 (Error)
Cause. A READ statement with a REVERSED phrase also has a PROMPT or
LOCKED phrase.
382 (Error)
Cause. One of:
The name indicated appears as a procedure reference, but does not identify a
paragraph-name or section-name defined within the Procedure Division of the
current source program.
The name indicated appears in a procedure reference with a qualifier, but does not
identify a paragraph-name defined both as a subordinate of the section identified
by the qualifier and within the Procedure Division of the current source program.
383 (Error)
Cause. The name indicated appears in a procedure reference but does not identify a
unique object within the current source program.
384 (Error)
Cause. A procedure reference that appears as an ALTER statement subject does not
identify a paragraph or section containing only a single unconditional GO TO
statement.
385 (Warning or Error)
Cause. Warning: An ALTER statement modifies the GO TO statement of a paragraph
or section in an independent segment. HP COBOL does not support the semantics for
independent segments described in the ISO/ANSI COBOL standard (it does not
restore the original specification of the GO TO statement if control leaves the
independent segment and then returns to it later).
PROMPT/LOCK phrase cannot be specified with REVERSED
Undefined procedure reference
Ambiguous procedure reference
Improper ALTER subject
Improper ALTER context