COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-70
Message List
358 (Error)
Cause. The operand in the POSITION phrase is not the file’s prime key. (The prime
key of a relative file is defined by the RELATIVE KEY clause; the prime key of an
indexed file is defined by the RECORD KEY clause.)
359 (Error)
Cause. The ADVANCING mnemonic-name phrase is used for a file described with the
LINAGE clause.
360 (Error)
Cause. The size of the operand exceeds the maximum supported for its context.
361 (Error)
Cause. A reference to a routine or COBOL program specifies the object file from
which it must be selected, but the external file name associated with the specified
mnemonic-name does not identify a disk-resident file.
362 (Error)
Cause. One of:
Not all of the CALL and CANCEL statements specifying a particular COBOL agree
about the object file from which it must be selected.
Not all of the ENTER statements specifying a particular routine agree about the
object file from which it must be selected.
Position data item must be prime key
ADVANCING mnemonic-name not compatible with LINAGE
Operand too large
Improper object file name
Inconsistent object file reference