SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 4992: Interrupting and cancelling a DATA step replaces exiting data set

DetailsHotfixAboutRate It
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

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASMicrosoft Windows 95/988.2 TS2M0
Microsoft Windows NT Workstation8.2 TS2M09 TS M0
Microsoft Windows 2000 Server8.2 TS2M09 TS M0
Windows Millennium Edition (Me)8.2 TS2M0
Solaris8.2 TS2M0
OpenVMS VAX8.2 TS2M0
Microsoft Windows 2000 Advanced Server8.2 TS2M09 TS M0
Microsoft Windows 2000 Datacenter Server8.2 TS2M09 TS M0
Microsoft Windows 2000 Professional8.2 TS2M09 TS M0
64-bit Enabled Solaris8.2 TS2M0
IRIX8.2 TS2M0
z/OS8.2 TS2M09 TS M0
ABI+ for Intel Architecture8.2 TS2M0
OS/28.2 TS2M0
Linux8.2 TS2M09 TS M0
HP-UX8.2 TS2M0
CMS8.2 TS2M0
64-bit Enabled HP-UX8.2 TS2M0
OpenVMS Alpha8.2 TS2M09 TS M0
Tru64 UNIX8.2 TS2M09 TS M0
64-bit Enabled AIX8.2 TS2M09 TS M0
AIX8.2 TS2M09 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.