COBOL Manual for TNS/E Programs (H06.03+)

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-75
Message List
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).
Error: An ALTER statement appearing in one independent segment modifies a GO TO
statement of a paragraph or section in another independent segment.
Undefined procedure reference
Ambiguous procedure reference
Improper ALTER subject
Improper ALTER context