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 indicates specific processing problems. Appendix A. ICSF and TSS Return and Reason Codes lists the reason codes.

exit_data_length
Direction: Input/OutputType: Integer

The length of the data that is passed to the installation exit. The length can be from X'00000000' to X'7FFFFFFF' (2 gigabytes). The data is identified in the exit_data parameter.

exit_data
Direction: Input/OutputType: String

The data that is passed to the installation exit.

rule_array_count
Direction: InputType: Integer

The number of keywords you are supplying in the rule_array parameter. This value must be 0, or 1.

rule_array
Direction: InputType: 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.

Table 254. Keywords for PKDS Key Record Delete
KeywordMeaning
Deletion Mode (optional) specifies whether the record is to be deleted entirely or whether only its contents are to be erased.
LABEL-DLSpecifies that the record will be deleted from the PKDS entirely. This is the default deletion mode.
TOKEN-DLSpecifies that the only the contents of the record are to be deleted. The record will still exist in the PKDS, but will contain only binary zeroes.
label
Direction: InputType: String

The label of the record to be deleted. A 64 byte character string.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014