COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-25
Message List
101 (Error)
Cause. A file that does not have relative organization has a RELATIVE KEY clause in
its file-control entry.
102 (Error)
Cause. A file that does not have indexed organization has a RECORD KEY clause in
its file-control entry.
103 (Error)
Cause. The program tried to access a file that was described with sequential
organization randomly or dynamically.
104 (Error)
Cause. A file that does not have sequential organization has a PADDING clause in its
file-control entry.
105 (Error)
Cause. A file that does not have sequential organization has a RECORD DELIMITER
clause in its file-control entry.
106 (Error)
Cause. The indicated name is not defined in a file-control entry of the current source
program.
Relative key permitted only for relative organization
Record key permitted only for indexed organization
Sequential organization requires sequential access
PADDING clause permitted only for sequential organization
RECORD DELIMITER clause permitted only for sequential
organization
Expected local file name