COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-41
Message List
193 (Error)
Cause. One of:
A file description entry includes the LINAGE clause, but the file organization is not
sequential.
A file description entry includes both the LINAGE clause and ALTERNATE
RECORD KEY clauses.
194 (Error)
Cause. The sum of the top margin, page body, and bottom margin of a logical page
exceeds 9999 lines.
195 (Error)
Cause. A file is described with the CODE-SET clause, but it does not have sequential
organization, as it must.
196 (Error)
Cause. One of:
The alphabet-name specified in the CODE-SET clause is defined by a sequence of
literal phrases.
The alphabet-name specified in the CODE-SET clause is defined by NATIVE,
STANDARD-1, or STANDARD-2 when the file’s description includes ALTERNATE
RECORD KEY clauses.
197 (Error)
Cause. A file description entry is not followed by any record description entries.
LINAGE permitted only for sequential organization with no
record keys
Logical page too large
CODE-SET permitted only for sequential organization
Referenced alphabet-name not permitted in this context
File description has no record descriptions