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 that are 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.

text_length
Direction: Input/OutputType: Integer

On input, the text_length contains an integer that is the length of the source_text. The length must be a positive, nonzero value. On output, text_length is updated with an integer that is the length of the edited text.

source_text
Direction: InputType: String

This parameter contains the string to edit.

target_text
Direction: OutputType: String

The edited text that the callable service returns.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014