SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 39364: PROC SQL DELETE from SAS® Scalable Performance Data Server table is ignored when DBIDIRECTEXEC option is used

DetailsHotfixAboutRate It

If you have set the option DBIDIRECTEXEC and you attempt to use a DELETE statement in a PROC SQL step, no records are deleted from the SAS® Scalable Performance Data Server table.

Here is an example that demonstrates the problem:

libname foo sasspds 'tmp' server=localhost.5400 user='anonymous';

option DBIDIRECTEXEC;

data foo.tab1;
  do x=1 to 10;
    output;
  end;
run;

proc sql;
  delete from foo.tab1 where x=7;
quit;

To circumvent, set the option NODBIDIRECTEXEC.

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



Operating System and Release Information

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