BookmarkSubscribeRSS Feed
wpg_unc
Fluorite | Level 6

I am wondering if there is a way to set the client task label (program label) from within the program code?  When I execute a SAS program the Log shows the current program name using:

%LET _CLIENTTASKLABEL='ProgramName';

I would like to set the program name from within the code so I do not have to do it using the interface.  I have another application that generates SAS programs that I just copy and paste into Enterprise Guide, but as part of the code generation it would be nice if it set the program name as well.

many thanks

2 REPLIES 2
CaseySmith
SAS Employee

There is not currently a way to set the label of a program node in EG programmatically via SAS code.  However, you could set it programmatically using EG's automation/scripting interface.  Attaching a VBScript code example that will do it.  (Technically, you could write out the VBScript file and execute it (if ALLOWXCMD) using SAS code, but the VBScript would be what actually interfaces with the EG automation API and changes the name of the program element.)


(Note: If you open a .sas file in EG, the label of the program node in EG will match the file name, and it cannot be changed.)


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

View now: on-demand content for SAS users

wpg_unc
Fluorite | Level 6

Thanks for the reply and the automation information.  VB scripting is probably more work than simply renaming the program labels manually, so I suppose I will stick with that.

cheers

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!

SAS Enterprise Guide vs. SAS Studio

What’s the difference between SAS Enterprise Guide and SAS Studio? How are they similar? Just ask SAS’ Danny Modlin.

Find more tutorials on the SAS Users YouTube channel.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

Discussion stats
  • 2 replies
  • 2320 views
  • 0 likes
  • 2 in conversation