COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-62
Message List
314 (Error)
Cause. The referenced operand is not a mnemonic-name associated with an external
file name in the SPECIAL-NAMES paragraph.
315 (Error)
Cause. The program has a CHECKPOINT or STARTBACKUP statement, but was not
compiled with the NONSTOP directive.
316 (Error)
Cause. ROUNDED appears in the REMAINDER phrase of a DIVIDE statement.
317 (Error)
Cause. The file name specified in a DELETE statement identifies a file with sequential
organization.
318 (Error)
Cause. The ALSO phrase appears in a SEARCH statement.
319 (Error)
Cause. A condition appears in an object that includes the THROUGH phrase.
320 (Error)
Cause. Operands in an object that includes the THROUGH phrase are not of the
same class (alphabetic, alphanumeric, numeric).
Expected mnemonic-name associated with a file name
Permitted only when NONSTOP directive specified
Improper context for ROUNDED
DELETE not permitted for sequential organization
Improper context for ALSO phrase
Improper context for condition
Range operands not compatible