System Information › Known Issues › ADDRESS AXC GETVAR with Non-existent Variables
When issuing the following REXX command:
GETVAR varname rexxvar
if the variable varname does not exist (it has not been previously set), return code in RC is 0, and rexxvar is set to an empty string.