Problem Note 16015: Unable to drop a Sybase table using the DELETE statement with PROC
DATASETS
The following error message may be issued when attempting to drop a
Sybase table using the DELETE statement with PROC DATASETS:
ERROR: Error executing statement. Error Code: -3701.
Cannot drop the table '[table_name_here]', because it
doesn't exist in the system catalogs.
For example:
proc datasets lib=syb;
delete "SybaseLoadingJob3x"n;
quit;
The problem is that when the SCHEMA libname option is used,
the drop table routine does not call the routine to fully qualify
the name of the table.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS/ACCESS Interface to Sybase | Microsoft Windows XP Professional | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows XP 64-bit Edition | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows NT Workstation | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Standard Edition | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Enterprise Edition | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Professional | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Server | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows Server 2003 Datacenter Edition | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Datacenter Server | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Linux | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Microsoft Windows 2000 Advanced Server | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
64-bit Enabled Solaris | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
64-bit Enabled HP-UX | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
64-bit Enabled AIX | 9.1 TS1M3 | 9.1 TS1M3 SP4 |
Tru64 UNIX | 9.1 TS1M3 | 9.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.
Type: | Problem Note |
Priority: | |
Topic: | SAS Reference ==> LIBNAME Engines Data Management ==> Data Sources ==> External Databases ==> Sybase
|
Date Modified: | 2006-04-14 10:52:59 |
Date Created: | 2005-08-25 10:40:28 |