Select the best answer
for each question. After completing the quiz, check your answers using
the answer key in the appendix.
-
The %INCLUDE statement
-
can be used to insert
the contents of an external file into a program.
-
can cause 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.
-
can be specified with
the SOURCE2 option in order to write the contents of the external
file that is inserted into a program to the SAS log.
-
-
If you store a macro
definition in a SAS catalog SOURCE entry
-
the macro definition
can be submitted for compilation by using the FILENAME and %INCLUDE
statements.
-