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-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

Register now!

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 5 replies
  • 1969 views
  • 2 likes
  • 3 in conversation