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-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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
  • 1029 views
  • 0 likes
  • 3 in conversation