COBOL Manual for TNS and TNS/R Programs

Run-Time Diagnostic Messages
HP COBOL Manual for TNS and TNS/R Programs522555-006
48-31
Message List
66 (none)
Cause. The CRE received a request to access a device that it does not support.
Effect. Program behavior is language and application dependent. An HP COBOL
program terminates abnormally.
Recovery. Consult your system administrator.
67 (none)
Cause. The value of access to an open operation was not valid in the context in
which it was used. For example, it is invalid to open a spool file for input.
Effect. Program behavior is language and application dependent. An HP COBOL
program terminates abnormally.
Recovery. Consult your system administrator.
68 (none)
Cause. The value of no_wait to an open operation was not valid in the context in
which it was used. For example, it is invalid to specify a nonzero value for no_wait
for a device that does not support nowait operations.
Effect. Program behavior is language and application dependent. An HP COBOL
program terminates abnormally.
Recovery. Consult your system administrator.
69 (none)
Cause. The value of the sync_receive_depth parameter to an open operation
was not valid in the context in which it was used. For example, it is not valid to specify
a sync_receive_depth greater than one for a shared file.
Effect. Program behavior is language and application dependent. An HP COBOL5
program terminates abnormally.
Recovery. Consult your system administrator.
Unsupported file device
Access mode not accepted
Nowait value not accepted
Syncdepth not accepted