Multiple choice technology programming languages Using Proc SQL, we can create a macro variable. True False Reveal answer Fill a bubble to check yourself A Correct answer Explanation Proc SQL can create macro variables using the INTO clause with syntax like SELECT count(*) INTO :macvar FROM table. This is a standard SAS feature for storing query results in macro variables for later use.