COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-60
Message List
303 (Error)
Cause. A relation includes no references to data items; it is constructed solely from
literal operands.
304 (Error)
Cause. A name referenced in a context where it must identify a class-name does not.
305 (Error)
Cause. The subject of a class test is not an identifier, as it must be.
306 (Error)
Cause. The subject of a class-name such as ALPHABETIC or NOT ALPHABETIC is
numeric.
307 (Error)
Cause. The subject of a NUMERIC or NOT NUMERIC test is either alphabetic or is a
data structure that has a subordinate described with an embedded operational sign.
308 (Error)
Cause. The operand indicated appears in a context that requires a simple or complex
condition, such as the operand of an AND, OR, or NOT operator or the operand of a
WHEN phrase.
No variable among relation operands
Expected class-name
Improper operand for class test
Improper item for alphabetic or class-name test
Improper item for numeric test
Expected condition as operand