COBOL Manual for TNS/E Programs (H06.08+, J06.03+)

521 (Error)
Parameter must be passed BY REFERENCE to a FORTRAN routine
Cause
An ENTER statement tried to pass a parameter by value to a FORTRAN routine. This parameter
must be passed by reference.
522 (Error)
Parameter must be passed BY REFERENCE to a C function
Cause
An ENTER statement tried to pass a parameter by value to an HP C function. This parameter
must be passed by reference.
525 (Error)
This directive is not permitted in the OSS environment
Cause
The program was compiled in the OSS environment with one of these compiler directives:
ENV
NONSTOP
SAVE
SUBTYPE
526 (Error)
This phrase is not permitted for LINE SEQUENTIAL files
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
Message List 1173