SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 51043: Librefs with concatenated libraries are not supported in DS2

DetailsAboutRate It

References to librefs with concatenated libraries are not supported in DS2. Error messages like the following are generated when references to these librefs are used with DS2:

ERROR: Compilation error. ERROR: BASE driver, schema name SASHELP was not found for this connection ERROR: Table "SASHELP.CLASS" does not exist or cannot be accessed ERROR: Unable to prepare SELECT statement for table class.

The sample DS2 program below references the SASHELP library, which is a concatenated library, and generates the errors shown above:

proc ds2; data _NULL_; method run(); set sashelp.class; end; enddata; run; quit;

To circumvent this restriction, associate each libref with a single library.



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASMicrosoft® Windows® for 64-Bit Itanium-based Systems9.4 TS1M0
Microsoft Windows 8 Enterprise 32-bit9.4 TS1M0
Microsoft Windows 8 Enterprise x649.4 TS1M0
Microsoft Windows 8 Pro 32-bit9.4 TS1M0
Microsoft Windows 8 Pro x649.4 TS1M0
Microsoft Windows Server 2008 R29.4 TS1M0
Microsoft Windows Server 2008 for x649.4 TS1M0
Microsoft Windows Server 2012 Datacenter9.4 TS1M0
Microsoft Windows Server 2012 Std9.4 TS1M0
Windows 7 Enterprise x649.4 TS1M0
Windows 7 Professional x649.4 TS1M0
64-bit Enabled AIX9.4 TS1M0
64-bit Enabled HP-UX9.4 TS1M0
64-bit Enabled Solaris9.4 TS1M0
Solaris for x649.4 TS1M0
Linux for x649.4 TS1M0
HP-UX IPF9.4 TS1M0
Microsoft® Windows® for x649.4 TS1M0
Z649.4 TS1M0
z/OS9.4 TS1M0
* 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.