Select the best answer
for each question. Check your answers using the answer key in the
appendix.
-
Which of the following
is not created during the compilation phase?
-
-
-
-
the _N_ and _ERROR_
automatic variables
-
During the compilation
phase, SAS scans each statement in the DATA step, looking for syntax
errors. Which of the following is not considered a syntax error?
-
incorrect values and
formats
-
invalid options or variable
names
-
missing or invalid punctuation
-
missing or misspelled
keywords
-
Unless otherwise directed,
how does the DATA step execute?
-
once for each compilation
phase
-