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 SYMPUTX
routine.
-
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.
-
The SYMPUTX routine
cannot do which of the following things?
-
be used to assign a
data set variable as a value to a macro variable
-
create a series of macro variables in one ...