Problem Note 59752: Using a DROP statement or a RENAME statement in a SAS® program might cause SAS® Enterprise Guide® to close unexpectedly
If you use either a DROP statement or a RENAME statement with a full path to the data set in a SET statement, SAS Enterprise Guide might display the following error and close.
SAS Enterprise Guide has encountered a problem and needs to close. We are sorry
for the inconvenience.
----------------------------------------------------
Exception information
----------------------------------------------------
Index was outside the bounds of the array.
For example, the following code would cause the error:
DATA Temp;
SET "H:\ZZZ\Data300_240\orig1";
DROP Row Samples Rep Sub e2 pred2;
RUN;
If you use a LIBNAME statement to reference the tables, or you use the DROP= or RENAME= option, the code runs successfully.
Click the Hot Fix tab in this note to access the hot fix for this issue.
Operating System and Release Information
SAS System | SAS Enterprise Guide | Microsoft® Windows® for x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows 8 Enterprise 32-bit | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows 8 Enterprise x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows 8 Pro 32-bit | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows 8 Pro x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows 8.1 Enterprise 32-bit | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows 8.1 Enterprise x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows 8.1 Pro 32-bit | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows 8.1 Pro x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows 10 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows Server 2008 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows Server 2008 R2 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows Server 2008 for x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows Server 2012 Datacenter | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows Server 2012 R2 Datacenter | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows Server 2012 R2 Std | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Microsoft Windows Server 2012 Std | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Windows 7 Enterprise 32 bit | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Windows 7 Enterprise x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Windows 7 Home Premium 32 bit | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Windows 7 Home Premium x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Windows 7 Professional 32 bit | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Windows 7 Professional x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Windows 7 Ultimate 32 bit | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
Windows 7 Ultimate x64 | 7.13 | 7.15 | 9.4 TS1M4 | 9.4 TS1M5 |
*
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: | medium |
Date Modified: | 2017-02-03 17:01:00 |
Date Created: | 2017-01-19 16:29:46 |