z/OS Cryptographic Services ICSF Application Programmer's Guide
Previous topic | Next topic | Contents | Index | Contact z/OS | Library | PDF


Parameters

z/OS Cryptographic Services ICSF Application Programmer's Guide
SA22-7522-16

return_code
Direction: OutputType: Integer

The return code specifies the general result of the callable service. Appendix A. ICSF and TSS Return and Reason Codes lists the return codes.

reason_code
Direction: OutputType: Integer

The reason code specifies the result of the callable service that is returned to the application program. Each return code has different reason codes assigned to it that indicate specific processing problems. Appendix A. ICSF and TSS Return and Reason Codes lists the reason codes.

exit_data_length
Direction: IgnoredType: Integer

This field is ignored. It is recommended to specify 0 for this parameter.

exit_data
Direction: IgnoredType: String

This field is ignored.

handle
Direction: InputType: String
For tokens, an empty string (blanks) for the first call, or the 44-byte handle of the last token found for subsequent calls.

For objects, the 44-byte handle of the token for the first call, or the 44-byte handle of the last object found for subsequent calls.

See Usage Notes for more information. See Handles for the format of a handle.

rule_array_count
Direction: InputType: Integer
The number of keywords supplied in the rule_array parameter. This value must be 1 or 2.
rule_array
Direction: InputType: String
Keywords that provide control information to the callable service. Each keyword is left-justisfied in 8-byte fields and padded on the right with blanks. All keywords must be in contiguous storage.
KeywordMeaning
Processing entity (required)
TOKENSpecifies that the list will contain all tokens to which the caller has SAF access. The search_template parameter is ignored.
OBJECTSpecifies that the list will contain the handles of all objects that match the attributes specified in the search_template parameter and to which the caller has SAF access.
List options (optional, valid only with OBJECT)
ALLSpecifies that when listing objects, both public and private objects that meet the search criteria should be listed if the caller has SAF authority for the token. There may be no sensitive attributes in the search template. See the Authorization topic for details.
search_template_length
Direction: InputType: Integer
The length of the search_template parameter in bytes. The value must be 0 when the TOKEN keyword is specified.

The maximum size in bytes is 32752.

search_template
Direction: InputType: String
A list of criteria (attribute values) that an object must meet to be added to the list. If the search_template_length parameter is 0, no criteria are checked.

See Attribute List for the format of an attribute_list.

list_length
Direction: Input/OutputType: Integer
On input, the length in bytes of the output_list parameter. On output, the number of bytes used for the output_list parameter. If the supplied length is insufficient to hold one record, the list_length parameter is set to the minimum length required for a record.
handle_count
Direction: Input/OutputType: Integer
On input, the maximum number of tokens or object handles to return in the list. On output from a successful call (return_code < 8), the actual number of tokens or object handles in the list.
output_list
Direction: OutputType: String
A list of token names and descriptions or a list of object handles meeting the search criteria.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014