BookmarkSubscribeRSS Feed
MaryR
Fluorite | Level 6

Hi All,

 

Is it possible to use the automatic environmental variables in SDD to tell you the name and location of the currently executing program?  For example, SAS_EXECFILENAME and SAS_EXECFILEPATH?

 

Thanks for your help!

 

Cheers,

Mary R.

1 REPLY 1
ballardw
Super User

I don't have SDD so can't test but if running these lines of code after you have saved a program file:

%put Submitted file path is %sysget(SAS_EXECFILEPATH).;
%put Submitted file name is %sysget(SAS_EXECFILENAME).;

gives the values then you can use the %sysget() with the environment variable to play with. 

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

Health and Life Sciences Learning

 

Need courses to help you with SAS Life Sciences Analytics Framework, SAS Health Cohort Builder, or other topics? Check out the Health and Life Sciences learning path for all of the offerings.

LEARN MORE

Discussion stats
  • 1 reply
  • 1234 views
  • 1 like
  • 2 in conversation