COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-74
Message List
376 (Error)
Cause. The routine returns a value of a type that HP COBOL does not support;
therefore, it cannot have a GIVING phrase.
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:
In the non-CRE environment, an ENTER statement passed a pointer to an HP C or
HP C++ program. (In the CRE, this is allowed.)
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.
Routine type not supported
Reference with mnemonic-name resolved to contained program
Expected digit string as sending operand
Formal parameter type not supported
Too many procedure names