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
44-byte name of the token or object to be deleted. 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.
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
One of these two keywords must be specified:
TOKENSpecifies that a token and all associated objects are to be deleted.
OBJECTSpecifies that an object is to be deleted.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014