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-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
  • 1174 views
  • 0 likes
  • 3 in conversation