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

381 (Error)
PROMPT/LOCK phrase cannot be specified with REVERSED
Cause
A READ statement with a REVERSED phrase also has a PROMPT or LOCKED phrase.
382 (Error)
Undefined procedure reference
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)
Ambiguous procedure reference
Cause
The name indicated appears in a procedure reference but does not identify a unique object
within the current source program.
384 (Error)
Improper ALTER subject
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)
Improper ALTER context
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.
386 (Warning or Error)
Improper ALTER scope
Message List 1161