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.

Ready to join fellow brilliant minds for the SAS Hackathon?

Build your skills. Make connections. Enjoy creative freedom. Maybe change the world. Registration is now open through August 30th. Visit the SAS Hackathon homepage.

Register today!
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
  • 1088 views
  • 0 likes
  • 3 in conversation