The %GLOBAL statement
creates one or more global macro variables and assigns null values
to the variables. Global macro variables are variables that are available
during the entire execution of the SAS session or job.
A macro variable created
with a %GLOBAL statement has a null value until you assign it some
other value. If a global macro variable already exists and you specify
that variable in a %GLOBAL statement, the existing value remains unchanged.