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?

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

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