Problem Note 4992: Interrupting and cancelling a DATA step replaces exiting data set
In Release 8.2, if a user interrupts a DATA step, cancels the submitted
statements and the data set named on the DATA statement already exists
then the data set is incorrectly replaced with a partial data set ( i.e.
as many observations as have been generated when the step is
cancelled). This is true for both permanent and temporary SAS data
sets. The following notes will be generated in the log:
NOTE: The data step has been abnormally terminated.
NOTE: The data set dset has X observations and Y variables.
Where X represents the number of observations and Y represents the
number of variables.
Prior to Release 8.2, if a user interrupts and cancels a DATA step and
the data set named on the DATA statement already exists, it is not
replaced. The following notes will be generated in the log:
NOTE: The data step has been abnormally terminated.
NOTE: The SAS System stopped processing this step due to attention.
WARNING: The data set dset may be incomplete. When this step was
stopped there were X observations and Y variables.
WARNING: Data set dset was not replaced because this step was stopped.
To prevent the incorrect replacement of a permanent data set, specify
the NOREPLACE option. There is no circumvention for temporary data
sets.
A Technical Support hot fix for Release 8.2 TSLEVEL TS2M0 for this
issue is available at:
http://www.sas.com/techsup/download/hotfix/82_sbcs_prod_list.html#004992
For customers running SAS with Asian Language Support (DBCS), this
hot fix should be downloaded from:
http://www.sas.com/techsup/download/hotfix/82_dbcs_prod_list.html#004992
Operating System and Release Information
SAS System | Base SAS | Microsoft Windows 95/98 | 8.2 TS2M0 | |
Microsoft Windows NT Workstation | 8.2 TS2M0 | 9 TS M0 |
Microsoft Windows 2000 Server | 8.2 TS2M0 | 9 TS M0 |
Windows Millennium Edition (Me) | 8.2 TS2M0 | |
Solaris | 8.2 TS2M0 | |
OpenVMS VAX | 8.2 TS2M0 | |
Microsoft Windows 2000 Advanced Server | 8.2 TS2M0 | 9 TS M0 |
Microsoft Windows 2000 Datacenter Server | 8.2 TS2M0 | 9 TS M0 |
Microsoft Windows 2000 Professional | 8.2 TS2M0 | 9 TS M0 |
64-bit Enabled Solaris | 8.2 TS2M0 | |
IRIX | 8.2 TS2M0 | |
z/OS | 8.2 TS2M0 | 9 TS M0 |
ABI+ for Intel Architecture | 8.2 TS2M0 | |
OS/2 | 8.2 TS2M0 | |
Linux | 8.2 TS2M0 | 9 TS M0 |
HP-UX | 8.2 TS2M0 | |
CMS | 8.2 TS2M0 | |
64-bit Enabled HP-UX | 8.2 TS2M0 | |
OpenVMS Alpha | 8.2 TS2M0 | 9 TS M0 |
Tru64 UNIX | 8.2 TS2M0 | 9 TS M0 |
64-bit Enabled AIX | 8.2 TS2M0 | 9 TS M0 |
AIX | 8.2 TS2M0 | 9 TS M0 |
*
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: | high |
Topic: | SAS Reference ==> Procedures ==> OPTIONS
|
Date Modified: | 2002-04-25 15:05:55 |
Date Created: | 2001-05-18 11:21:00 |