Hi all,
I know you can set file navigation for SAS EG on SAS MC under SASApp - Logical Workspace Server --> SASApp - Workspace Server --> Properties --> Options tab --> Advanced Options. But there is any way to define this location using sasv9.cfg, maybe with SET SASMYFILES? The workspace server runs on HP-UX.
Regards,
No. That's a setting existing exclusively in SAS metadata.
Hi @Kurt_Bremser,
Thanks for your answer. There is any way to define path with macro variable or an environment variable for substitution? I'm running on HP-UX.
Regards,
@MariaD wrote:
Hi @Kurt_Bremser,
Thanks for your answer. There is any way to define path with macro variable or an environment variable for substitution? I'm running on HP-UX.
Regards,
Macro variables are not yet available when the SAS process is starting, so that wouldn't work.
Just ran a test with the environment variable $HOME (setting $HOME/sasuser.v94 as navigation root), and that failed also.
So the only variability you have is the UNIX user's home directory (which is the default setting anyway).
Thanks!
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
Check out this tutorial series to learn how to build your own steps in SAS Studio.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.