BookmarkSubscribeRSS Feed
Riana
Pyrite | Level 9

 

Hi,

In SAS EG, I'm running a libname to connect to Teradata, but when I click on the libref under 'libraries', it is empty and I can't view tables. But when I log in to the Teradata via Teradata SQL Asisstant, I can view tables.

 

My colleague runs the same libname with his username and password and can view the tables under the libref in SAS. We both have the same roles and access rights in Teradata and SAS.

 

Here is the libname that I'm running:

 

libname ABCD 	teradata user='user' password="******" tdpid=tera1.home.com schema=ABCD_EFG_HIK;

 

 

2 REPLIES 2
tomrvincent
Rhodochrosite | Level 12
Use explicit connection instead of implicit. Make sure to add filters.
Tom
Super User Tom
Super User

Your friend is also using EG?  And connecting EG to the same SAS server as you are using?  If you are using different SAS servers then there might be differences in how they are setup.  Perhaps as simple as different options, like VALIDVARNAME or VALIDMEMNAME.

 

Can you see the tables if you use SAS code , like PROC CONTENTS, instead of the whatever GUI buttons you were clicking on?

SAS Innovate 2025: Save the Date

 SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!

Save the date!

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.

SAS Training: Just a Click Away

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

Browse our catalog!

Discussion stats
  • 2 replies
  • 1439 views
  • 0 likes
  • 3 in conversation