SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 24545: Selecting File > Open > ODBC to open a DBMS table in SAS Enterprise Guide but unable to open the table

DetailsAboutRate It

When you click File > Open > ODBC (ODBC-ICON), the SAS/ACCESS Interface to ODBC is not being used; Microsoft's ADO data access layer is being used. In order for SAS Enterprise Guide to process a task or query by using ODBC-ICON, it must first copy the data to the SAS Enterprise Guide client computer. For large volumes of data, this process can be slow. If you create a library that uses SAS/ACCESS or a database engine on the SAS server, SAS Enterprise Guide does not need to copy the data to the client computer.

To see if you have a SAS/ACCESS product on the SAS server, run the following code:
proc setinit noalias;
run;
To define a libref, execute the following LIBNAME statement from a code window in SAS Enterprise Guide:
libname odbclib odbc dsn=your_DSN_name user=YourUserID password=YourPW;

To access the data from SAS Enterprise Guide after the preceding libref is defined, go to: View > Server List > Server > Libraries > odbclib > then select a table to open.

Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS Enterprise GuideWindowsn/a
OpenVMS Alphan/a
ABI+ for Intel Architecturen/a
Tru64 UNIXn/a
Linux on Itaniumn/a
Linuxn/a
64-bit Enabled Solarisn/a
Solarisn/a
HP-UXn/a
HP-UX IPFn/a
64-bit Enabled HP-UXn/a
64-bit Enabled AIXn/a
AIXn/a
Microsoft Windows 2000 Advanced Server4.19.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server4.19.1 TS1M3 SP4
Microsoft Windows 2000 Server4.19.1 TS1M3 SP4
Microsoft Windows 2000 Professional4.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition4.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Enterprise Edition4.19.1 TS1M3 SP4
Microsoft Windows Server 2003 Standard Edition4.19.1 TS1M3 SP4
* For software releases that are not yet generally available, the Fixed Release is the software release in which the problem is planned to be fixed.