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

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-87
Message List
481 (Error)
Cause. A CHARACTER-SET clause appears somewhere other than the final clause in
an OBJECT-COMPUTER paragraph.
482 (Error)
Cause. A data structure appears where an elementary data item is expected.
490 (Error)
Cause. The ALL subscript applied to an argument to an intrinsic function is either not
allowed in this context or not allowed on any argument to this function.
491 (Error)
Cause. Functions are nested so deeply within a single statement that the compiler
cannot process them.
492 (Error)
Cause. A subscript appears on a function. (A subscript can only appear on a table.)
493 (Error)
Cause. An intrinsic function appears where it is not allowed (as a receiving item in a
statement, for example).
494 (Error)
Cause. The compiler does not recognize the function name.
Improper context for CHARACTER SET clause
Expecting elementary data item
Improper context for ALL subscript
Function nesting too deep
Subscripting not allowed on a function
Improper context for function
Unknown function