The question is correct as it is .
If quotes were included in the answer, then the substitution of the macro variable into the SAS code would make the set statement look like:
set "cert.data_in";
which would cause a error in the log. Please try it for yourself and see.
... View more