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. 

Catch up on SAS Innovate 2026

Nearly 200 sessions are now available on demand in the Innovate Hub.

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