BookmarkSubscribeRSS Feed
twelch
Calcite | Level 5


First time caller. Smiley Happy 

I'm new to SAS and have successfully create several tables under the Work library through EG, but when I try to use them through the EXCEL plugin I do not see them as available.

I use the connection below:

connect to netezza

(server= xxxx database = xxxx user=me password=mypwd connection=global);

Create table weekly_report_table as

select  from connection to netezza (select * from weekly_report_table order by 1,2);

Is there a way tables persistent so both sessions can see them?  Or do i need to specify another more permanent library to put the tables in?

Thanks,

Tom

2 REPLIES 2
ChrisHemedinger
Community Manager

Yes, if you want to see the tables in another session (of EG or through the SAS Add-In for Office), you will need to put the tables into a permanent library.

The WORK library is temporary, and is specific to the SAS session you are working in.  Each *instance* of a client application (SAS Enterprise Guide or SAS Add-In for MS Office) will create/use a *new* SAS session with its own WORK library.  That's good for avoiding contention, but it restricts your ability to share "transient" data.

Chris

It's time to register for SAS Innovate! Join your SAS user peers in Las Vegas on April 16-19 2024.
twelch
Calcite | Level 5

Thank you Chris. I had my admin setup a permanent library. (We did not have one before)

Tom

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