I am trying to Create a macro variable named outpath that stores the filepath to your EPG194/output folder:
%let outpath=filepath-to-output-folder;
and I dont seem to get it
Please try the below example
libname sasclass 'c:\training\basics'; %let loc = %sysfunc(pathname(sasclass));
Join us for SAS Innovate 2025, our biggest and most exciting global event of the year, in Orlando, FL, from May 6-9.
Early bird rate extended! Save $200 when you sign up by March 31.
Register now!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.