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. 

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

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
  • 1494 views
  • 1 like
  • 2 in conversation