I want to pass a macro variable in a file path.
ODS HTML FILE ="C:/User/" || ¯ovariable || ".html";
Everything is same except filename. I have tried concatenating the remaining portion of the path with macro varible. But it seems not be working.
Try
ODS HTML FILE ="C:/User/¯ovariable..html"; /* the first . is to tell the macro processor that you want to append some text and is needed to add the . into the name.
Try
ODS HTML FILE ="C:/User/¯ovariable..html"; /* the first . is to tell the macro processor that you want to append some text and is needed to add the . into the name.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Need to connect to databases in SAS Viya? SAS’ David Ghan shows you two methods – via SAS/ACCESS LIBNAME and SAS Data Connector SASLIBS – in this video.
Find more tutorials on the SAS Users YouTube channel.