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: Output
Type: 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: Output
Type: 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: Input
Type: String
The 44-byte handle of the object. See Handles for the format of a handle.
rule_array_count
Direction: Input
Type: Integer
The number of keywords supplied in the rule_array parameter. This value must be 0.
rule_array
Direction: Input
Type: String
Keywords that provide control information to the callable service. Each keyword is left-justified in 8-byte fields and padded on the right with blanks. All keywords must be in contiguous storage.
attribute_list_length
Direction: Input/Output
Type: Integer
On input, the length of the attribute_list parameter in bytes.

On output, the length of the attribute_list parameter in bytes. If the length supplied on input is insufficient to hold all attributes, the length on output is set to the minimum length required.

attribute_list
Direction: Output
Type: String
A list of object attributes.

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