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

Join us for SAS Innovate April 16-19 at the Aria in Las Vegas. Bring the team and save big with our group pricing for a limited time only.

Pre-conference courses and tutorials are filling up fast and are always a sellout. Register today to reserve your seat.

 

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