Guardian Procedure Errors and Messages Manual

Effect The procedure returns the error code and does not perform the requested operation.
Recovery Wait, then try again. If the problem persists, check the system for processes that use too
much memory.
2054 (%004006) There was a bounds error in a
parameter.
Cause A bounds error occurred in a parameter of the procedure call.
Effect The procedure returns the error code and does not perform the requested operation.
Recovery This is a coding error; corrective action is application-dependent.
2055 (%004007) An attribute is not allowed for
the current CLASS.
Cause One of the attributes provided is not allowed for the current DEFINE class.
Effect The procedure returns the error code and does not perform the requested operation.
Recovery Correct the attribute for the current class, then retry the operation.
2056 (%004010) An attribute is missing.
Cause An attribute was missing from the procedure call.
Effect The procedure returns the error code and does not perform the requested operation.
Recovery Add the attribute, then retry the operation.
2057 (%004011) An attribute required for the
current DEFINE CLASS is missing
from the working set.
Cause An attribute that is required for this DEFINE class is missing from the working set.
Effect If the operation is DEFINESAVE, the working set is saved. If the operation is DEFINERESTORE,
the saved DEFINE is restored to the working attribute set. If the operation is DEFINEADD, the
DEFINE is not added.
Recovery Add the attribute for the current class, then retry the operation.
2058 (%004012) The working set is inconsistent
for the current CLASS of DEFINEs.
Cause The working set was inconsistent (two or more attributes have conflicting values) for the
current DEFINE class.
If the consistency check failed for a SORT DEFINE, the consistency check number returned indicates
the cause.
MeaningCode
Use SCRATCHON or NOSCRATCHON, but not both.001
Error Codes 137