BookmarkSubscribeRSS Feed
Kipyegon
Calcite | Level 5

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

2 REPLIES 2
Reeza
Super User
What do you mean "I dont seem to get it"?

Do you not understand what is happening or does it create an error or something else?
Jagadishkatam
Amethyst | Level 16

Please try the below example

 

libname sasclass 'c:\training\basics';
%let loc = %sysfunc(pathname(sasclass)); 
Thanks,
Jag

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Mastering the WHERE Clause in PROC SQL

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.

Discussion stats
  • 2 replies
  • 515 views
  • 0 likes
  • 3 in conversation