BookmarkSubscribeRSS Feed
Ivy
Quartz | Level 8 Ivy
Quartz | Level 8

 

I cannot get the value of the following EG automacro, I am wondering the reason.

Thank you very much.

 

%put &_CLIENTPROJECTNAME;

 

However, I can get %put &_CLIENTUSERID . 

3 REPLIES 3
Ivy
Quartz | Level 8 Ivy
Quartz | Level 8
Thank you very much, ART. I ran that part of code in EG program, which has already being saved to a server location. However, I could not get the program name and location through the automacro. I just switched to EG yesterday, still struggling ... Thank you.
CaseySmith
SAS Employee

_CLIENTPROJECTNAME will contain the name of the EG project file, so it will not be populated until you save the EG project (.egp file) somewhere and then re-run the code.

 

Or perhaps you are running into this...

 

Prior to EG 7.13 HF2, _SASPROGRAMFILE macro was only set when the program was stored on the server on which the program file was being executed (so the path would be valid in the context of the executing server).  Starting in EG 7.13 HF2, EG now sets the _SASPROGRAMFILE macro regardless of where the program file is located.  (_SASPROGRAMFILEHOST and _CLIENTPROJECTPATHHOST macros were also added to provide context for the paths in the corresponding macro variables.)

 

Casey


Register today and join us virtually on June 16!
sasglobalforum.com | #SASGF

View now: on-demand content for SAS users

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

Creating Custom Steps in SAS Studio

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 1579 views
  • 0 likes
  • 3 in conversation