COBOL Manual for TNS and TNS/R Programs
Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs—522555-006
47-23
Message List
90 (Error)
Cause. The COMMON phrase appears somewhere other than within a contained
program.
91 (Error)
Cause. One of:
•
The reference in the CHARACTER-SET clause is not one of the system-names
defined for that clause.
•
The system-name in the ALPHABET clause is not EBCDIC, the only value that
HP COBOL supports.
•
The standard system-name in the RECORD DELIMITER clause is not
STANDARD-1, the only value that HP COBOL supports.
•
A reference in the REPORT clause of the RECEIVE-CONTROL paragraph is not
one of the system-names defined for that clause.
92 (Error)
Cause. A STATUS phrase appears somewhere other than in a system-name clause
whose subject is one of the supported external switch names.
93 (Warning)
Cause. A clause defining an alphabet-name does not begin with the keyword
ALPHABET.
94 (Error)
Cause. A symbolic-character appears within the definition of an alphabet-name or
class-name.
Permitted only within contained program
System-name not defined in this context
STATUS phrase permitted only for switch
Missing ALPHABET keyword
Symbolic character not permitted