COBOL Manual for TNS and TNS/R Programs

Compiler Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
47-92
Message List
526 (Error)
Cause. The source program applies one of these phrases to a LINE SEQUENTIAL
file:
In a SELECT clause:
°
ACCESS MODE IS DYNAMIC
°
ACCESS MODE IS RANDOM
°
ALTERNATE RECORD KEY
°
PADDING CHARACTER
°
RECORD DELIMITER
In the I-O-CONTROL paragraph:
°
MULTIPLE FILE
In a file description entry:
°
BLOCK CONTAINS
°
CODE-SET
°
LINAGE
In an OPEN statement:
°
I-O
°
REVERSED
°
SYNCDEPTH
°
TIME LIMITS
In a READ statement:
°
PROMPT
°
REVERSED
°
TIME LIMITS
ADVANCING in a WRITE statement
527 (Error)
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.
This phrase is not permitted for LINE SEQUENTIAL files
LINE SEQUENTIAL files may not be opened in I-O mode