Macros allow you to substitute text in a program and to do many other things. A SAS program can contain any number of macros, and you can invoke a macro any number of times in a single program. To ...
Use a macro quoting function anytime you want to assign to a macro variable a special character that could be interpreted as part of the macro language. Special Characters and When Macro Quoting is ...