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
statements about the %INCLUDE statement is correct?
-
It can be used to insert
the contents of an external file into a program.
-
It causes a macro definition
that is stored in an external file to be compiled when the contents
of that file are inserted into a program and submitted.
-
It can be specified
with the SOURCE2 option in order to write to the SAS log the contents
of the external file that is inserted into a program.
-
-
What happens if you
store a macro definition in a SAS catalog SOURCE entry?
-
The macro definition can be submitted for compilation ...