COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-65
Message List
330 (Error)
Cause. The NO REWIND phrase appears when the open mode is I-O or EXTEND.
331 (Error)
Cause. EXTEND mode is specified for a file access whose access is not sequential.
332 (Error)
Cause. EXTEND mode is specified for a file name that is specified in a MULTIPLE
FILE TAPE clause.
333 (Error)
Cause. EXTEND mode is specified for a file name that is described with a LINAGE
clause.
334 (Error)
Cause. A PERFORM statement has more than 6 AFTER phrases.
335 (Error)
Cause. The NEXT phrase is used with a READ statement that specifies a file name
described with random access.
336 (Error)
Cause. The data item specified in the PROMPT phrase overlaps the file record area,
but the data item and file record area do not begin at the same character position.
NO REWIND phrase not permitted for I-O or EXTEND mode
EXTEND mode permitted only for sequential access
EXTEND mode not permitted for MULTIPLE FILE TAPE file
EXTEND mode not permitted for LINAGE file
Too many AFTER phrases
NEXT/REVERSED not compatible with random access
PROMPT data item overlaps file record