BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
gzr2mz39
Quartz | Level 8

How do I use the ExcelXP tagset when I'm using Enterprise Guide and connected to a server (i.e. not local)?

Thank you.

1 ACCEPTED SOLUTION

Accepted Solutions
Reeza
Super User

You only need to run the tpl code once per installation AFAIK. The TPL code is a plain text file. Open it in a text editor, paste it into EG and run the code and it will be the latest version.

 

I don't believe there's an automated way of downloading the file. You can look into having your IT set up a location that's shared between server and your systems or you can look at the COPY task for EG that allows you to move files from the server and desktop and vice versa.

View solution in original post

5 REPLIES 5
Reeza
Super User

You can use it as normal. The issue becomes the file must be saved to the server and then donwloaded to your local drive afterwards.

 

 

gzr2mz39
Quartz | Level 8

In order to access the tagset I need to use an include statement to make the tagset available (i.e. %include "C:\Users\excltags.tpl"; ), right? Do I just put the tagset on the server and change the include statement accordingly?

Do you have any suggestions for automating the process of transferring the file from the server to my local drive?

Thank you.

 

Reeza
Super User

You only need to run the tpl code once per installation AFAIK. The TPL code is a plain text file. Open it in a text editor, paste it into EG and run the code and it will be the latest version.

 

I don't believe there's an automated way of downloading the file. You can look into having your IT set up a location that's shared between server and your systems or you can look at the COPY task for EG that allows you to move files from the server and desktop and vice versa.

SASKiwi
PROC Star

The ExcelXP tagset that was included in your SAS server install is available without the need to run the code yourself. It is available also from EG because all SAS processes run on your SAS server.

 

Try a simple test (assuming your server uses Windows):

 

ods tagsets.excelxp file="\\sasserver\serverfolder\class.xml" ;

proc print data=sashelp.class;
run;

ods tagsets.excelxp close;
Reeza
Super User

Depending on your version of SAS it may not be the latest version though. 

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

Register now!

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
  • 5 replies
  • 1418 views
  • 2 likes
  • 3 in conversation