SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 40663: Incorrect results returned when the data set option NOINDEX=YES is used on a cluster table

DetailsCodeHotfixAboutRate It

If you are running SAS® Scalable Performance Data Server on Windows, the code found in the Full Code tab in this note returns incorrect results and produces the following message in the SAS log file:

   NOTE: Table WORK.CLUSTER_NOINDEX created, with 3 rows and 1 columns.

To prevent the problem, use the SAS Scalable Performance Data Server macro variable SPDSNIDX=YES as follows:

   %let SPDSNIDX=YES;

   proc sql;
     create table cluster_noindex as 
	select distinct x
	    from spdslib.cluster_table;
   quit;

Select 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*
SPDSScalable Performance Data ServerMicrosoft Windows Server 2003 Datacenter 64-bit Edition4.524.53
Microsoft Windows Server 2003 Enterprise 64-bit Edition4.524.53
Microsoft Windows 2000 Advanced Server4.524.53
Microsoft Windows 2000 Server4.524.53
Microsoft Windows 2000 Professional4.524.53
Microsoft Windows NT Workstation4.524.53
Microsoft Windows Server 2003 Datacenter Edition4.524.53
Microsoft Windows Server 2003 Enterprise Edition4.524.53
Microsoft Windows Server 2003 Standard Edition4.524.53
Microsoft Windows Server 2003 for x644.524.53
Microsoft Windows Server 20084.524.53
Microsoft Windows Server 2008 for x644.524.53
Microsoft Windows XP Professional4.524.53
* 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.