SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 17653: -SGIO option generates I/O error message when ODS or procedure output is to an existing SAS data set

DetailsHotfixAboutRate It

When the option SGIO is set, an I/O error can occur when a SAS data set exists and is specified as the output of a procedure or as the output destination for ODS. For an example see the following code:

   
   NOTE: SAS 9.1.3 Service Pack 4

   NOTE: SAS initialization used:
         real time           1.64 seconds
         cpu time            0.65 seconds
   1    proc contents data=sasuser._all_ out=sasuser.testpete;
   2    run;
   NOTE: The data set SASUSER.TESTPETE has 113 observations and 40 variables.
   NOTE: PROCEDURE CONTENTS used (Total process time):
         real time           1.28 seconds
         cpu time            0.12 seconds
   2   quit;
   3    proc contents data=sasuser._all_ out=sasuser.testpete;
   4    run;
   ERROR: An I/O error has occurred on file SASUSER.TESTPETE.DATA.
   NOTE: The data set SASUSER.TESTPETE has 113 observations and 40 variables.
   NOTE: Statements not processed because of errors noted above.

The problem occurs when replacing existing SAS output and not when creating new output.

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



Operating System and Release Information

Product FamilyProductSystemSAS Release
ReportedFixed*
SAS SystemBase SASMicrosoft Windows XP Professional9.1 TS1M39.2 TS1M0
Microsoft Windows NT Workstation9.1 TS1M3
Microsoft® Windows® for 64-Bit Itanium-based Systems9.1 TS1M39.2 TS1M0
Microsoft Windows XP 64-bit Edition9.1 TS1M39.2 TS1M0
Microsoft Windows Server 2003 Enterprise Edition9.1 TS1M39.2 TS1M0
Microsoft Windows Server 2003 Standard Edition9.1 TS1M39.2 TS1M0
Microsoft Windows Server 2003 Datacenter Edition9.1 TS1M39.2 TS1M0
Microsoft Windows 2000 Server9.1 TS1M39.2 TS1M0
Microsoft Windows 2000 Advanced Server9.1 TS1M39.2 TS1M0
Microsoft Windows 2000 Datacenter Server9.1 TS1M39.2 TS1M0
Microsoft Windows 2000 Professional9.1 TS1M39.2 TS1M0
* 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.