After a macro variable is created, you typically use the variable by referencing it with an ampersand preceding its name (&variable-name), which is called a macro variable reference. These references ...
The macro variable references shown so far have been direct macro references that begin with one ampersand: &name. However, it is also useful to be able to indirectly reference macro variables that ...
Currently, I am working for the HR department for a company. As being the resident computer geek, and have a very minor programming background, I was tasked in streamlining a few tasks for my ...