COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
◦ SYNCDEPTH
◦ TIME LIMITS
• In a READ statement:
PROMPT◦
◦ REVERSED
◦ TIME LIMITS
• ADVANCING in a WRITE statement
527 (Error)
LINE SEQUENTIAL files may not be opened in I-O mode
Cause
The program contains a statement of the form
OPEN I-O i-o-file-description
where i-o-file-description is a LINE SEQUENTIAL file.
600 (Warning)
Defunct directive ignored
Cause
The compiler ignores this directive.
601 (Warning)
Feature not yet available -- directive ignored
Cause
The compiler ignores this directive.
602 (Error)
No symbols for external name
Cause
A CALL or ENTER statement calls a program for which the object file contains a name but not a
symbol. (If a native HP COBOL program references an object in a CALL or ENTER statement,
the object must have been compiled with symbols.)
603 (Error)
External name not found
Cause
The program called by a CALL or ENTER statement is not in the specified object file (if an object
file is specified) or is not in any object file on the search list(s).
604 (Error)
Error reading object file
1174 Compiler Diagnostic Messages










