COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
56 (Warning)
This directive permitted only on the command line
Cause
The SQL directive must be specified on the command line. An SQL directive in the source program
will be ignored.
58 (Error)
Unable to convert continuation to debugging line
Cause
The compiler could not convert a source line processed under the control of a COPY or REPLACE
statement to a debugging line (by putting D or d in the indicator area) because the line is also
a continuation line.
59 (Warning)
Logic may differ from COBOL 74 - tttt
Cause
The compiler’s interpretation of the source program might differ from the HP COBOL 74 compiler’s
interpretation. tttt indicates which aspect of the program is being reported. See DIAGNOSE-74
and NODIAGNOSE-74 (page 545).
You must determine what effects the compiler’s interpretation has on the program’s execution
logic, decide if those effects are desired or not, and then revise the source program as needed.
The compiler reports potential logic differences only when the DIAGNOSE-74 directive is
specified.
60 (Warning or Error)
Not supported
Cause
The compiler found an optional element of the COBOL language that HP COBOL does not
support.
Warning: Examples of language elements that cause this warning are:
• More than one system-name in an ASSIGN clause (the compiler ignores all system-names
after the first one)
• The VALUE clause of a file description entry (the compiler ignores the VALUE clause)
Error: Use of an unsupported language element, for example:
• The OPEN … REVERSED option
• Elements defined in the Communications module
• Elements defined in the Report Writer module
• An I/O statement in a nested program that implicitly references a GLOBAL declarative that
is defined in a containing program
61 (Warning)
Logic may differ from COBOL85 - move alphanumeric to numeric with invalid
data
Cause
The ECOBOL compiler’s interpretation of the source program might differ from the COBOL85
compiler’s interpretation. See DIAGNOSE-85 and NODIAGNOSE-85 (page 548).
Message List 1117










