z/OS DFSMSdfp Diagnosis
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Common filter services return and reason codes

z/OS DFSMSdfp Diagnosis
SC23-6863-00

Common filter services passes a return code and a reason code to the caller in registers 15 and 0 respectively. Return code 0 in register 15 indicates that filtering has been performed successfully; in this case register 0 contains reason code 0. A nonzero return code in register 15 indicates that filtering has terminated with errors.

Table 1 describes nonzero return codes and their reason and response codes.

Table 1. Nonzero Return Codes and Applicable Reason Codes
Return Code Description
8 (X'08') Filtering has terminated with an error.
Reason Code:
The error is identified by the following hexadecimal values in register 0:
X'01'
Key area field is zero
X'02'
Key count field is zero.
X'03'
Key pointer field is zero.
X'04'
Key length field is zero.
X'05'
Key length is larger than maximum size.
X'06'
Internal key pointer is zero.
X'07'
Internal key length is less than minimum.
X'08'
Internal key hash code is invalid.
X'09'
Data area pointer is zero.
X'0A'
Data count field is zero.
X'0B'
Data pointer is zero.
X'0C'
Data length is zero.
X'0D'
Parameter list length is incorrect.
X'0E'
Macro level is incorrect.
X'0F'
Match count pointer is zero.
X'10'
Status pointer is zero.
X'11'
Specification of separator is invalid.
X'12'
Specification of substituent is invalid.
X'13'
Filtering option is invalid.
X'14'
Keywords INTERNAL and PARSONLY are mutually exclusive.
X'1E'
Filter key is invalid.
X'1F'
Internal key is invalid.
X'20'
Data format is invalid.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014