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
The 44-byte handle of the object. 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 0.
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.
attribute_list_length
Direction: InputType: Integer
The length of the attribute_list parameter in bytes.

The maximum size in bytes is 32752.

attribute_list
Direction: InputType: String
A list of object attributes.
Note:
Lengths in the attribute list and attribute structures are unsigned integers.

See Attribute List for the format of an attribute_list.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014