<?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: Error code when trying to merge years in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563147#M157827</link>
    <description>&lt;P&gt;Pay attention to the two marked &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;RED&lt;/FONT&gt; &lt;/STRONG&gt;lines in log:&lt;/P&gt;
&lt;P&gt;====================================&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;data combined;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1844 set new10 new11 new12 new13 new14;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1845 run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;WARNING: Multiple lengths were specified for the variable NIS_STRATUM&lt;/STRONG&gt;&lt;/FONT&gt; by input data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set(s). This can cause truncation of data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR: Windows error code: 23 in hc_disk_normal_read for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\Olajide\AppData\Local\Temp\SAS Temporary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Files\_TD65924_WINDOWS-329L0KE_\new11.sas7bdat, Data error (cyclic redundancy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check).&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR: File WORK.NEW11.DATA is damaged. I/O processing did not complete.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: The DATA step has been abnormally terminated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: There were 7800441 observations read from the data set WORK.NEW10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: There were 1959251 observations read from the data set WORK.NEW11.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING: The data set WORK.COMBINED may be incomplete. When this step was stopped&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there were 9759692 observations and 233 variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING: Data set WORK.COMBINED was not replaced because this step was stopped.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;====================================&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Check why is variable&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NIS_STRATUM&amp;nbsp;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;defined in part of inputs as &lt;STRONG&gt;numeric&lt;/STRONG&gt; while in the other is &lt;STRONG&gt;character&lt;/STRONG&gt; type ?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;It may be caused because of the 2nd red line: check why is&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;WORK.NEW11&amp;nbsp;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;damaged&lt;/STRONG&gt; ? as it is a temporary data&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;maybe you run your code twice or override&amp;nbsp;it ?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;If you fix those two issues, your code may work without syntax errors.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Finally check the output does it fit your expectations.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 02 Jun 2019 18:39:41 GMT</pubDate>
    <dc:creator>Shmuel</dc:creator>
    <dc:date>2019-06-02T18:39:41Z</dc:date>
    <item>
      <title>Error code when trying to merge years</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563142#M157823</link>
      <description>I got this error code when I tried merging data in sas&lt;BR /&gt;window error code :23 in hc_disc_normal. Any solution ?</description>
      <pubDate>Sun, 02 Jun 2019 16:05:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563142#M157823</guid>
      <dc:creator>olabuh</dc:creator>
      <dc:date>2019-06-02T16:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Error code when trying to merge years</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563143#M157824</link>
      <description>&lt;P&gt;Please post the whole log of the data step. Use the {i} button for posting logs, please.&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2019 16:17:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563143#M157824</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-06-02T16:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error code when trying to merge years</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563146#M157826</link>
      <description>data combined;&lt;BR /&gt;1844 set new10 new11 new12 new13 new14;&lt;BR /&gt;1845 run;&lt;BR /&gt;&lt;BR /&gt;WARNING: Multiple lengths were specified for the variable NIS_STRATUM by input data&lt;BR /&gt;set(s). This can cause truncation of data.&lt;BR /&gt;ERROR: Windows error code: 23 in hc_disk_normal_read for&lt;BR /&gt;C:\Users\Olajide\AppData\Local\Temp\SAS Temporary&lt;BR /&gt;Files\_TD65924_WINDOWS-329L0KE_\new11.sas7bdat, Data error (cyclic redundancy&lt;BR /&gt;check).&lt;BR /&gt;ERROR: File WORK.NEW11.DATA is damaged. I/O processing did not complete.&lt;BR /&gt;NOTE: The DATA step has been abnormally terminated.&lt;BR /&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;BR /&gt;NOTE: There were 7800441 observations read from the data set WORK.NEW10.&lt;BR /&gt;NOTE: There were 1959251 observations read from the data set WORK.NEW11.&lt;BR /&gt;WARNING: The data set WORK.COMBINED may be incomplete. When this step was stopped&lt;BR /&gt;there were 9759692 observations and 233 variables.&lt;BR /&gt;WARNING: Data set WORK.COMBINED was not replaced because this step was stopped.&lt;BR /&gt;</description>
      <pubDate>Sun, 02 Jun 2019 17:45:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563146#M157826</guid>
      <dc:creator>olabuh</dc:creator>
      <dc:date>2019-06-02T17:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Error code when trying to merge years</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563147#M157827</link>
      <description>&lt;P&gt;Pay attention to the two marked &lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;RED&lt;/FONT&gt; &lt;/STRONG&gt;lines in log:&lt;/P&gt;
&lt;P&gt;====================================&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;data combined;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1844 set new10 new11 new12 new13 new14;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;1845 run;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;WARNING: Multiple lengths were specified for the variable NIS_STRATUM&lt;/STRONG&gt;&lt;/FONT&gt; by input data&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;set(s). This can cause truncation of data.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;ERROR: Windows error code: 23 in hc_disk_normal_read for&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;C:\Users\Olajide\AppData\Local\Temp\SAS Temporary&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Files\_TD65924_WINDOWS-329L0KE_\new11.sas7bdat, Data error (cyclic redundancy&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;check).&lt;/SPAN&gt;&lt;BR /&gt;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;ERROR: File WORK.NEW11.DATA is damaged. I/O processing did not complete.&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: The DATA step has been abnormally terminated.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: The SAS System stopped processing this step because of errors.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: There were 7800441 observations read from the data set WORK.NEW10.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;NOTE: There were 1959251 observations read from the data set WORK.NEW11.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING: The data set WORK.COMBINED may be incomplete. When this step was stopped&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;there were 9759692 observations and 233 variables.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;WARNING: Data set WORK.COMBINED was not replaced because this step was stopped.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;====================================&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Check why is variable&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;NIS_STRATUM&amp;nbsp;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;defined in part of inputs as &lt;STRONG&gt;numeric&lt;/STRONG&gt; while in the other is &lt;STRONG&gt;character&lt;/STRONG&gt; type ?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;It may be caused because of the 2nd red line: check why is&amp;nbsp;&lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;WORK.NEW11&amp;nbsp;&lt;/STRONG&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;damaged&lt;/STRONG&gt; ? as it is a temporary data&amp;nbsp;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#000000"&gt;&lt;SPAN&gt;&lt;FONT&gt;&lt;FONT&gt;&lt;FONT&gt;maybe you run your code twice or override&amp;nbsp;it ?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;If you fix those two issues, your code may work without syntax errors.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;Finally check the output does it fit your expectations.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2019 18:39:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563147#M157827</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2019-06-02T18:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error code when trying to merge years</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563148#M157828</link>
      <description>&lt;P&gt;Sounds like you have a problem with Windows on your PC: &lt;A href="http://www.wiki-errors.com/err.php?wiki=23" target="_blank"&gt;http://www.wiki-errors.com/err.php?wiki=23&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2019 19:29:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Error-code-when-trying-to-merge-years/m-p/563148#M157828</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-06-02T19:29:55Z</dc:date>
    </item>
  </channel>
</rss>

