Correct answer: d
The %INCLUDE statement
can be used to insert the contents of an external file into a SAS
program. If a macro definition is stored in an external file, the
%INCLUDE statement causes the macro definition to be compiled when
it is inserted into the SAS program. The contents of the macro definition
will be written to the SAS log only if the SOURCE2 option is specified.