SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 31291: Errors occur in SAS® Scalable Performance Data Server® for numeric columns that are defined with the MISSING statement when it is used in WHERE processing

DetailsHotfixAboutRate It

Errors occur in SAS Scalable Performance Data Server for numeric columns that are defined with the MISSING statement when it is used in WHERE processing.

For example, the errors that appear at the bottom of the following output are returned by the query for the WHERE condition that is specified for column VAR. Column VAR was defined using the MISSING statement.

   libname spds sasspds <...connection information ...>; 
   
   missing A;

   data spds.missing_A;
      input var;
      cards; 
   1
   1
   2
   A
   3
   A
   ; 
   run; 

   proc sql; 
      select distinct * from spds.missing_A where var=.a;
   quit; 
 
   SPDS_ERROR: Parse Failure:  select distinct MISSING_A.var from MISSING_A
               where MISSING_A.var is #.A;
   SPDS_ERROR: SQL passthru expression contained errors.

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



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASMicrosoft Windows 2000 Professional9.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M3 SP49.2 TS2M0
Microsoft Windows NT Workstation9.1 TS1M3 SP49.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M3 SP49.2 TS2M0
OpenVMS Alpha9.1 TS1M3 SP49.2 TS2M0
Tru64 UNIX9.1 TS1M3 SP49.2 TS2M0
64-bit Enabled Solaris9.1 TS1M3 SP49.2 TS2M0
HP-UX IPF9.1 TS1M3 SP49.2 TS2M0
Windows Vista9.1 TS1M3 SP49.2 TS2M0
Linux9.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M3 SP49.2 TS2M0
Microsoft Windows XP Professional9.1 TS1M3 SP49.2 TS2M0
64-bit Enabled AIX9.1 TS1M3 SP49.2 TS2M0
64-bit Enabled HP-UX9.1 TS1M3 SP49.2 TS2M0
Linux on Itanium9.1 TS1M3 SP49.2 TS2M0
z/OS9.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Datacenter 64-bit Edition9.1 TS1M3 SP49.2 TS2M0
Microsoft Windows Server 2003 Enterprise 64-bit Edition9.1 TS1M3 SP49.2 TS2M0
Microsoft Windows XP 64-bit Edition9.1 TS1M3 SP49.2 TS2M0
Microsoft® Windows® for x649.1 TS1M3 SP49.2 TS2M0
Microsoft Windows 2000 Advanced Server9.1 TS1M3 SP49.2 TS2M0
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M3 SP49.2 TS2M0
Microsoft Windows 2000 Datacenter Server9.1 TS1M3 SP49.2 TS2M0
Microsoft Windows 2000 Server9.1 TS1M3 SP49.2 TS2M0
* 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.