Select the best answer
for each question. After completing the quiz, check your answers using
the answer key in the appendix.
-
Which of the following
is false?
-
A %LET statement causes
the macro processor to create a macro variable before the program
is compiled.
-
To create a macro variable
that is based on data calculated by the DATA step, you use the SYMPUT
function.
-
Macro functions are
always processed during the execution of the DATA step.
-
Macro variable references
in a DATA step are always resolved before DATA step execution.
-
Which of the following
correctly creates a macro variable named region and
assigns to it a value that is based on the value of the data set variable Location?