<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: I/O error has occurred on file error while take a back up in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683518#M207050</link>
    <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292396"&gt;@David_Billa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS should be able to create the back up, but if SAS cannot, then you could create the back up using file system commands outside SAS (or via SYSTASK from within SAS).&amp;nbsp; If you are in Windows, you can use Robocopy or xcopy.&amp;nbsp; If you are in Unix/Linux, you can use the cp command.&amp;nbsp; SAS should work, but if not, then these copy command can be a work-around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
    <pubDate>Sun, 13 Sep 2020 15:17:38 GMT</pubDate>
    <dc:creator>jimbarbour</dc:creator>
    <dc:date>2020-09-13T15:17:38Z</dc:date>
    <item>
      <title>I/O error has occurred on file error while take a back up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683489#M207035</link>
      <description>&lt;P&gt;When I tried to back up of dataset, I've got the error as below. Source dataset is SQL table registered in SAS. I tried multiple times, but I keep getting this error. Any help?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;28         data Backup.NON_LIFE_OCT_;
29         set ifrs.NON_LIFE_OCT;
30         run;

NOTE: There were 4241191 observations read from the data set IFRS.NON_LIFE_OCT.
NOTE: The data set BACKUP.NON_LIFE_OCT_ has 4241191 observations and 37 variables.
NOTE: Compressing data set BACKUP.NON_LIFE_OCT_ decreased size by 89.79 percent. 
      Compressed is 10075 pages; un-compressed would require 98633 pages.
ERROR: An I/O error has occurred on file BACKUP.NON_LIFE_OCT_.DATA.&lt;/PRE&gt;</description>
      <pubDate>Sun, 13 Sep 2020 07:13:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683489#M207035</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2020-09-13T07:13:42Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error has occurred on file error while take a back up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683495#M207040</link>
      <description>&lt;P&gt;Where does library BACKUP point to? is it a local filesystem, a network share, or another DBMS library?&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 07:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683495#M207040</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-13T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error has occurred on file error while take a back up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683496#M207041</link>
      <description>&lt;P&gt;Network share&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 09:25:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683496#M207041</guid>
      <dc:creator>David_Billa</dc:creator>
      <dc:date>2020-09-13T09:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error has occurred on file error while take a back up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683503#M207045</link>
      <description>&lt;P&gt;The fact that the ERROR happens after the file has been completely written (otherwise you couldn't get the compression summary) lets me suspect that it happens either when an old file is removed or when the file is renamed from non_life_oct_.sas7bdat.lck to non_life_oct.sas7bdat.&lt;/P&gt;
&lt;P&gt;Look if a file called&amp;nbsp;non_life_oct.sas7bdat is already there, and look out especially for spelling (part of it might be spelled uppercase). Have your IT people check if a special permission prevents deletion of files on the network share.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 17:40:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683503#M207045</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-09-13T17:40:24Z</dc:date>
    </item>
    <item>
      <title>Re: I/O error has occurred on file error while take a back up</title>
      <link>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683518#M207050</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/292396"&gt;@David_Billa&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS should be able to create the back up, but if SAS cannot, then you could create the back up using file system commands outside SAS (or via SYSTASK from within SAS).&amp;nbsp; If you are in Windows, you can use Robocopy or xcopy.&amp;nbsp; If you are in Unix/Linux, you can use the cp command.&amp;nbsp; SAS should work, but if not, then these copy command can be a work-around.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jim&lt;/P&gt;</description>
      <pubDate>Sun, 13 Sep 2020 15:17:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/I-O-error-has-occurred-on-file-error-while-take-a-back-up/m-p/683518#M207050</guid>
      <dc:creator>jimbarbour</dc:creator>
      <dc:date>2020-09-13T15:17:38Z</dc:date>
    </item>
  </channel>
</rss>

