| Concept | Definition |
|---|---|
| Macro variable | A macro variable stores text that can be substituted into SAS code dynamically. |
| User defined macro variable | A macro variable created by the programmer to store a custom value. |
| System defined macro variable | A macro variable automatically provided by SAS to hold environment information such as date, time, or user id. |