Hi ,
My EG is installed in remote and created some projects connecting remote servers and saved in local folders. The problem here is I need to export the extracts from these projects automatically to the location where the projects are saved.
I can do this using base sas ,using SAS_EXECFILEPATH and proc export but not sure how to do it in EG.
Any help in this is much appreciated.
Hi @Reddi
The _CLIENTPROJECTPATH macro variable will give you "The full path and filename for the project".
After removing the filename, you'll have the path you're looking for.
Further details about macro-variables are available with Special automatic macro variables available in SAS Enterprise Guide.
Hope that helps you.
Cheers,
Damo
Hi @Reddi
The _CLIENTPROJECTPATH macro variable will give you "The full path and filename for the project".
After removing the filename, you'll have the path you're looking for.
Further details about macro-variables are available with Special automatic macro variables available in SAS Enterprise Guide.
Hope that helps you.
Cheers,
Damo
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.