SAS Certified Adv Programmer 130 Questions (2)
The following SAS program is submitted:
<insert statement here> %let development = ontime; proc print data = sasuser.highway; title "For &dept"; title2 "This project was completed &development"; run;
Which one of the following statements completes the above and resolves titlel to “For research&development”?
A. %let dept = %str(research&development);
B. %let dept = %str(research%&development);
C. %let dept = %nrstr(research&development);
D. %let dept = %nrstr(research%&development);
Topics:
SAS Adv Questions |
3 Comments »
C
Can somebody explain this?
Thanks
simon
C: %nrstr() mask macro triggers such as %, $ and &