COBOL Manual for TNS/E Programs (H06.03+)

Compiler Diagnostic Messages
HP COBOL Manual for TNS/E Programs520347-003
47-41
Message List
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.
198 (Warning)
Cause. At least one reference in the DATA RECORDS clause does not identify any
record-name defined by the record description entries.
199 (Error)
Cause. A record description entry describes a record longer or shorter than the
maximum or minimum specified in the RECORD clause.
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
Record-names inconsistent with file description entry
Record sizes inconsistent with file description entry