Guardian Procedure Errors and Messages Manual

Cause The process received a system message from the operating system.
Effect Data is returned in the application process buffer.
Recovery Informative message only. The process receiving the system message must read it (from
$RECEIVE) to determine what action is needed.
7 (%7) This process cannot accept a CONTROL,
CONTROLBUF, SETMODE, or RESETSYNC because
$RECEIVE is not opened correctly. (device type: 0)
Cause The process receiving the error message called CONTROL, SETMODE, RESETSYNC, or
CONTROLBUF for a server process file, but the server process did not open its $RECEIVE file to
enable receipt of these messages either with the procedure OPEN parameter flags.<1>set to 1 or
with the FILE_OPEN_ procedure parameter options.<15>set to 0.
Effect The procedure returns without performing the requested operation.
Recovery Either have the server process open $RECEIVE with the OPEN parameter flags.<1> set
to 1 or FILE_OPEN_ parameter options.<15> set to 0, correct the file parameter on the procedure
call, or eliminate the call.
8 (%10) The operation was successful (examine MCW
for additional status).
(device type: 11.40, 11.42)
Cause An operation to an EnvoyACP/XF data-communication line (synchronous data link control
or advanced data communications control procedures) finished successfully.
Effect The procedure returns additional status information in the message control word (MCW).
Recovery Retrieve information from the MCW before proceeding.
9 (%11) A read through a locked record was
successful. (device type: 3)
Cause A read-thru-locks with warning mode was specified, and the record returned was locked
by another user.
Effect The procedure returns the requested data and the error code.
Recovery Informative message only; no corrective action is needed.
10 (%12) The new record or file could not be created
because a file by that name or a record with
that key already exists. (device type: 3)
Cause A process requested creation of a new disk file, insertion of a new record in a file, or
insertion of a new record with a unique alternate key in a structured file, but a file by that name
or a record with that key already exists.
Effect The procedure sets the error code and returns without performing the requested operation.
Recovery Corrective action is application dependent.
11 (%13) The file is not in the directory or the
record is not in the file, or the specified
tape file is not on a labeled tape.
Cause An operation referred to a nonexistent disk file or record, or the indicated tape file was not
on a labeled tape.
Error Code Descriptions 23