BookmarkSubscribeRSS Feed
zedik
Calcite | Level 5
Hello everyone!
Could you please write me how I can see temporary files during campaign execution?
Where is 'Work' directory is defined?
SAS CM looks like SAS Guide but I can't see generated code and tables directly.
2 REPLIES 2
Yura2301
Quartz | Level 8
Hi,
I am not sure if it'll help you, but you can try write this statement into some macro:
%put workpath=%sysfunc(getoption(WORK));
"%sysfunc(getoption(WORK))" returns phisical path to WORK library.
So as after you run this code you'll see in the log smth. like:
workpath=c:\temp

Anyway I think you'll not be able phisically enter to this work path, instead you can use standard sas procedures to review conents of this folder.

Thanks!
MALKASHARON
Calcite | Level 5

hi.

the folder path is :

sas\config\lev1\applications\sascustomerintelligence\campaignmanagement\data\matables

 

hope its helps.

SAS Innovate 2025: Register Now

Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!

How to connect to databases in SAS Viya

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.

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