Guardian Procedure Errors and Messages Manual

Recovery Correct the attribute value, then try again.
11 INVALID RETURN ATTRIBUTE CODE
Cause The return attribute code was not valid; the error-detail parameter contains the invalid
code. This error can occur if the attribute index is unrecognized, or if a non-zero auxiliary data
size is specified for an attribute that does not require auxiliary data.
Effect The return is not done.
Recovery Correct the return attribute code, then try again.
12 INVALID SEARCH OPTION
Cause The search option was not valid.
Effect The search is not done.
Recovery Correct the search option, then try again.
13 - unused -
Cause This number is not in current use.
Effect N/A
Recovery N/A
14 Invalid auxiliary data size specification in an attribute code.
Cause The auxiliary data size specified was invalid. The error-detail parameter contains the
attribute code.
Effect The procedure sets the error code and puts the attribute code in error-detail.
Recovery Use the correct attribute code. The simplest way to do this is to use the attribute identifier
as defined in ZSYSC or ZSYSTAL. An attribute code contains two fields: the low-order 12 bits hold
the attribute index. The high-order 4 bits hold the number of 16-bit words of auxiliary data that
follow the attribute code in the ret-array-list array. For example, attribute code
ZSYS_VAL_PINF_LOADFILE_INFO is 121+4<<12, or 16505; the length value is 4 (this attribute
requires eight bytes of auxiliary data).
15 An iterative attribute was not the last attribute in ret-attr-list.
Cause The iterative attribute specified in error-detail was not the last attribute in ret-attr-list.
Effect The procedure sets the error code and puts the attribute code in error-detail.
Recovery Place the iterative attribute (and its auxiliary data, if any) last in the ret-attr-list
array.
16 Attribute not permitted in a search request.
Cause The attribute specified in error-detail is not permitted in a search request.
Effect The procedure sets the error code and puts the attribute code in error-detail.
190 PROCESS_GETINFOLIST_ Errors