![]() | ![]() | ![]() | ![]() | ![]() |
Teradata tables might not be listed in the SAS Explorer library even after a libref is successfully assigned. This problem can be resolved by adding the SCHEMA= option in the LIBNAME statement, as shown in the following example:
libname tera teradata user=teradata-username password=teradata-password schema=teradata-schema;
The schema is another name for the owner. If you are not sure what to use for schema, you can find the schema name by submitting the following SQL procedure. In this code, DBC is the name of the database.
proc sql; connect to Teradata(user=teradata_username password=teradata_password); create table list_tab as select * from connection to Teradata(select Creatorname, tablename from dbc.tablesx); quit;
The SAS data set LIST_TAB then lists the Teradata tables with their associated schema names.
Product Family | Product | System | SAS Release | |
Reported | Fixed* | |||
SAS System | SAS/ACCESS Interface to Teradata | Microsoft® Windows® for x64 | 9.1 TS1M3 SP4 | |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 SP4 | |||
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 SP4 | |||
Microsoft Windows 2000 Server | 9.1 TS1M3 SP4 | |||
Microsoft Windows 2000 Professional | 9.1 TS1M3 SP4 | |||
Microsoft Windows NT Workstation | 9.1 TS1M3 SP4 | |||
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 SP4 | |||
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 SP4 | |||
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 SP4 | |||
Microsoft Windows XP Professional | 9.1 TS1M3 SP4 | |||
Windows Vista | 9.1 TS1M3 SP4 | |||
64-bit Enabled AIX | 9.1 TS1M3 SP4 | |||
64-bit Enabled HP-UX | 9.1 TS1M3 SP4 | |||
64-bit Enabled Solaris | 9.1 TS1M3 SP4 | |||
HP-UX IPF | 9.1 TS1M3 SP4 | |||
Linux | 9.1 TS1M3 SP4 |