This document discusses macro variables in SAS/MACROS. It covers:
1. Global and automatic macro variables that are created when SAS is invoked, as well as user-defined macro variables that can be created using %LET.
2. Referencing macro variables with an ampersand (&) to substitute their values. This works in literals enclosed in double quotes but not single quotes.
3. Automatic macro variables like SYSDATE, SYSTIME, and SYSJOBID that provide system information, and how their values can be displayed and used.