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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-74
Message List
377 (Warning)
Cause. References to a COBOL program specify an object file from which it should be
selected, but because the program-name identifies an accessible contained program,
the compiler resolves the references to that program. Examine the program logic to
verify that this result is acceptable.
378 (Warning)
Cause. A nonnumeric operand moved to a numeric operand has a value not
composed entirely of digits. The result of the assignment is not defined.
379 (Error)
Cause. One of:
A formal parameter has a type that is not supported.
A value parameter was passed, but the corresponding formal parameter’s type is
not numeric or character.
An actual parameter was omitted, but the corresponding formal parameter is not a
type that can be omitted.
380 (Error)
Cause. The number of procedure names in the statement exceeds the maximum
number allowed in the statement.
381 (Error)
Cause. A READ statement with a REVERSED phrase also has a PROMPT or
LOCKED phrase.
Reference with mnemonic-name resolved to contained program
Expected digit string as sending operand
Formal parameter type not supported
Too many procedure names
PROMPT/LOCK phrase cannot be specified with REVERSED