Previous Topic: Understanding Global Variables

Next Topic: What are Volatile Variables?


Understanding the Global Variable Environment

The global variable environment allows your REXX programs to access and modify the values of all variables in the GLV variable pool. The GLV variable pool contains:

REXX programs use GLV variables by placing their values into local REXX variables having the same names for processing. You can update GLV variables by assigning them the value of the local REXX variable, or you can update them directly.