COBOL Manual for TNS/E Programs (H06.08+, J06.03+)
68
Nowait value not accepted
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
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 shared file.
Effect
Program behavior is language and application dependent. An HP COBOL5 program terminates
abnormally.
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. An HP COBOL program terminates
abnormally.
Recovery
Consult your system administrator.
71
Inconsistent attribute value
Cause
A routine requested a connection to a shared file that was already open, and the attributes of
the new open request conflict with the attributes specified when the file was first opened.
Effect
Program behavior is language and application dependent. An HP COBOL program terminates
abnormally.
Recovery
If your program supplied the attribute values, correct and rerun your program; otherwise, consult
your system administrator.
Message List 1193










