C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)

Recovery
Consult your system administrator.
67
Access mode not accepted
Cause
The value of the access parameter 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.
Recovery
Consult your system administrator.
68
Nowait value not accepted
Cause
The value of the no_wait parameter 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.
Recovery
Consult your system administrator.
69
Syncdepth not accepted
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 standard file.
Effect
Program behavior is language and application dependent.
Recovery
Consult your system administrator.
70
Options not accepted
Cause
The value of an open operation options parameter was not valid in the context in which it
was used.
Effect
Program behavior is language and application dependent.
Recovery
Consult your system administrator.
378 Run-Time Messages