SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 62109: Expanding the contents of a SAS/SHARE® library might take longer than two minutes

DetailsHotfixAboutRate It

When you expand the contents of a library that is allocated with SAS/SHARE, it might require more than two minutes to load. This problem occurs when the library contains more than 100,000 members. This problem might impact the migration process when you use SAS® Explorer.

The increased time is caused by the remote engine that is used by SAS/SHARE. This engine attempts to read the details of each data set, even though this information is not required. Prior to SAS® 9.3, the SAS/SHARE server only returned member names when asked for the contents of a library. In SAS 9.3, the server also began including file details for each member, such as the last date modified. Retrieving and returning the additional information impacts the performance in a way that becomes more noticeable as the number of members in the library increases. 

If you prefer the performance available prior to SAS 9.3 and are not interested in the additional details for each member, install the hot fix in this note. This hot fix reverts to the behavior prior to SAS 9.3 when an undocumented macro variable is set on the client as follows:

%let RLSNOTABDETAILS=;

This hot fix is required on both the client and server.

As a best practice, you should limit the number of members contained in any given library. Even in Base SAS®, numerous operations on a library can have an undesirable performance impact when the library contains thousands of members.

Click the Hot Fix tab in this note to access the hot fix for this issue.



Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS/SHAREz/OS9.49.4 TS1M0
z/OS 64-bit9.49.4 TS1M0
Microsoft® Windows® for x649.49.4 TS1M0
Microsoft Windows 8 Enterprise x649.49.4 TS1M0
Microsoft Windows 8 Pro x649.49.4 TS1M0
Microsoft Windows 8.1 Enterprise 32-bit9.49.4 TS1M0
Microsoft Windows 8.1 Enterprise x649.49.4 TS1M0
Microsoft Windows 8.1 Pro 32-bit9.49.4 TS1M0
Microsoft Windows 8.1 Pro x649.49.4 TS1M0
Microsoft Windows 109.49.4 TS1M0
Microsoft Windows Server 2008 R29.49.4 TS1M0
Microsoft Windows Server 2008 for x649.49.4 TS1M0
Microsoft Windows Server 2012 Datacenter9.49.4 TS1M0
Microsoft Windows Server 2012 R2 Datacenter9.49.4 TS1M0
Microsoft Windows Server 2012 R2 Std9.49.4 TS1M0
Microsoft Windows Server 2012 Std9.49.4 TS1M0
Windows 7 Enterprise x649.49.4 TS1M0
Windows 7 Professional x649.49.4 TS1M0
64-bit Enabled AIX9.49.4 TS1M0
64-bit Enabled Solaris9.49.4 TS1M0
HP-UX IPF9.49.4 TS1M0
Linux for x649.49.4 TS1M0
Solaris for x649.49.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.