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;
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 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
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.
Ready to level-up your skills? Choose your own adventure.