Hi, I wanted to get my result in html form. I use the macro variable so that I can get the result by entering the date I want.
However, the html output link could not find the pathway or even the html name I want it to be set. Whats wrong with my code?
Here is my code:
%macro date(YYYY=2018, MM=12,Y=2018,M=12);%global YR MTH ACCYRFY;
(BODY.....)
ods html
file='C:\Data\POLA\&Y\&Y&M\result\Happy_&Y&M..html'
style=normal;
proc print;
run;
%mend date;
%date(YYYY=2018,MM=12,Y=2018,M=12);
enclose in double quotes
"C:\Data\POLA\&Y\&Y&M\result\Happy_&Y&M..html"
as macro var reference do not resolve in single quotes
enclose in double quotes
"C:\Data\POLA\&Y\&Y&M\result\Happy_&Y&M..html"
as macro var reference do not resolve in single quotes
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and save with the early bird rate—just $795!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.