EYURESP()
Translate the numeric value returned by the RESPONSE option of an API command.
var = EYURESP(response)
Description
This command translates the numeric value returned by the RESPONSE option of an API command into its character equivalent and vice versa.
Options
- response
- Is the RESPONSE value to be translated.
Return codes
The following is a list of the REXX
return codes that can be returned by the EYURESP function in its assigned
variable (var).
- nnnn
- The numeric or character equivalent of the specified RESPONSE value.
- -1
- The specified RESPONSE value is invalid and could not be translated.