Operands
- varname_addr
- specifies the address of a character string containing the name
of the REXX variable. The variable name (that this address points
to) must be in uppercase.
- varname_len
- specifies the length of the variable name.
- data_addr
- specifies the fullword address where the address of variable
contents are.
- data_len
- specifies the length of area pointed to by data_addr (fullword).
- function_name
- specifies the particular CICGETV function to be performed. There
are three choices:
- GET
- retrieves the address and length of a REXX variable.
- PUT
- creates or replaces a REXX variable.
- DEL
- deletes a REXX variable.