Problem Note 62109: Expanding the contents of a SAS/SHARE® library might take longer than two minutes
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
SAS System | SAS/SHARE | z/OS | 9.4 | | 9.4 TS1M0 | |
z/OS 64-bit | 9.4 | | 9.4 TS1M0 | |
Microsoft® Windows® for x64 | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows 8 Enterprise x64 | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows 8 Pro x64 | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows 8.1 Enterprise 32-bit | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows 8.1 Enterprise x64 | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows 8.1 Pro 32-bit | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows 8.1 Pro x64 | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows 10 | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows Server 2008 R2 | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows Server 2008 for x64 | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows Server 2012 Datacenter | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows Server 2012 R2 Datacenter | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows Server 2012 R2 Std | 9.4 | | 9.4 TS1M0 | |
Microsoft Windows Server 2012 Std | 9.4 | | 9.4 TS1M0 | |
Windows 7 Enterprise x64 | 9.4 | | 9.4 TS1M0 | |
Windows 7 Professional x64 | 9.4 | | 9.4 TS1M0 | |
64-bit Enabled AIX | 9.4 | | 9.4 TS1M0 | |
64-bit Enabled Solaris | 9.4 | | 9.4 TS1M0 | |
HP-UX IPF | 9.4 | | 9.4 TS1M0 | |
Linux for x64 | 9.4 | | 9.4 TS1M0 | |
Solaris for x64 | 9.4 | | 9.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.
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.
Type: | Problem Note |
Priority: | high |
Date Modified: | 2018-04-16 09:12:45 |
Date Created: | 2018-04-09 13:58:48 |