<?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 Older Datasets in 9.4 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181679#M303099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a few datasets from 9.02 (windows_32, coded wlatin1) with 1779 obs and 739 vars.&lt;/P&gt;&lt;P&gt;I want to use them in 9.4.&lt;/P&gt;&lt;P&gt;Program is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data carla;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set hrv.carla_12jul11_ohne_formats;&lt;/P&gt;&lt;P&gt;* (encoding=asciiany);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without encoding option I get this error:&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote2_1421191611272" style="color: #0000ff;"&gt;NOTE: Datei HRV.CARLA_12JUL11_OHNE_FORMATS.DATA besitzt das systemeigene Format eines anderen Host, oder die Dateicodierung &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; entspricht nicht der Sitzungscodierung. Cross Environment Data Access wird verwendet. Dies kann weitere CPU-Ressourcen &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; erfordern und die Performance wird beeinträchtigt.&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 47 run;&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1421191611272" style="color: #ff0000;"&gt; ERROR: Während der Transkodierung gingen eininge Zeichen in der Datei HRV.CARLA_12JUL11_OHNE_FORMATS verloren. Entweder lassen &lt;/P&gt;&lt;P class="sasError" style="color: #ff0000;"&gt;&amp;nbsp; sich die Zeichen nicht in der neuen Codierung darstellen oder die Daten wurden abgeschnitten.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote3_1421191611272" style="color: #0000ff;"&gt; NOTE: Der DATA-Schritt wurde nicht ordnungsgemäß beendet.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote4_1421191611272" style="color: #0000ff;"&gt; NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote5_1421191611272" style="color: #0000ff;"&gt; NOTE: There were 371 observations read from the data set HRV.CARLA_12JUL11_OHNE_FORMATS.&lt;/P&gt;&lt;P class="sasWarning" id="sasLogWarning1_1421191611272" style="color: #008000;"&gt; WARNING: The data set WORK.CARLA may be incomplete. When this step was stopped there were 371 observations and 739 variables.&lt;/P&gt;&lt;P class="sasWarning" id="sasLogWarning2_1421191611272" style="color: #008000;"&gt; WARNING: Datei WORK.CARLA wurde nicht ersetzt. Grund: da dieser Schritt angehalten wurde.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With asciiany there is no error and all is read ... but&amp;nbsp; the german umlauts have gone?&lt;/P&gt;&lt;P&gt;And a new error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc contents data=carla;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt;51 proc contents data=carla;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 52 run;&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote9_1421192130000" style="color: #0000ff;"&gt; ERROR: Invalid characters were present in the data.&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1421192130000" style="color: #ff0000;"&gt; ERROR: Bei der Verarbeitung der Textdaten ist ein Fehler aufgetreten.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote10_1421192130000" style="color: #0000ff;"&gt; NOTE: PROZEDUR CONTENTS used (Total process time):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Jan 2015 23:39:10 GMT</pubDate>
    <dc:creator>sauer</dc:creator>
    <dc:date>2015-01-13T23:39:10Z</dc:date>
    <item>
      <title>Older Datasets in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181679#M303099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have a few datasets from 9.02 (windows_32, coded wlatin1) with 1779 obs and 739 vars.&lt;/P&gt;&lt;P&gt;I want to use them in 9.4.&lt;/P&gt;&lt;P&gt;Program is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data carla;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set hrv.carla_12jul11_ohne_formats;&lt;/P&gt;&lt;P&gt;* (encoding=asciiany);&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Without encoding option I get this error:&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote2_1421191611272" style="color: #0000ff;"&gt;NOTE: Datei HRV.CARLA_12JUL11_OHNE_FORMATS.DATA besitzt das systemeigene Format eines anderen Host, oder die Dateicodierung &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; entspricht nicht der Sitzungscodierung. Cross Environment Data Access wird verwendet. Dies kann weitere CPU-Ressourcen &lt;/P&gt;&lt;P class="sasNote" style="color: #0000ff;"&gt;&amp;nbsp; erfordern und die Performance wird beeinträchtigt.&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 47 run;&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1421191611272" style="color: #ff0000;"&gt; ERROR: Während der Transkodierung gingen eininge Zeichen in der Datei HRV.CARLA_12JUL11_OHNE_FORMATS verloren. Entweder lassen &lt;/P&gt;&lt;P class="sasError" style="color: #ff0000;"&gt;&amp;nbsp; sich die Zeichen nicht in der neuen Codierung darstellen oder die Daten wurden abgeschnitten.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote3_1421191611272" style="color: #0000ff;"&gt; NOTE: Der DATA-Schritt wurde nicht ordnungsgemäß beendet.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote4_1421191611272" style="color: #0000ff;"&gt; NOTE: The SAS System stopped processing this step because of errors.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote5_1421191611272" style="color: #0000ff;"&gt; NOTE: There were 371 observations read from the data set HRV.CARLA_12JUL11_OHNE_FORMATS.&lt;/P&gt;&lt;P class="sasWarning" id="sasLogWarning1_1421191611272" style="color: #008000;"&gt; WARNING: The data set WORK.CARLA may be incomplete. When this step was stopped there were 371 observations and 739 variables.&lt;/P&gt;&lt;P class="sasWarning" id="sasLogWarning2_1421191611272" style="color: #008000;"&gt; WARNING: Datei WORK.CARLA wurde nicht ersetzt. Grund: da dieser Schritt angehalten wurde.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With asciiany there is no error and all is read ... but&amp;nbsp; the german umlauts have gone?&lt;/P&gt;&lt;P&gt;And a new error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc contents data=carla;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt;51 proc contents data=carla;&lt;/P&gt;&lt;P class="sasSource" style="color: #000000;"&gt; 52 run;&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote9_1421192130000" style="color: #0000ff;"&gt; ERROR: Invalid characters were present in the data.&lt;/P&gt;&lt;P class="sasError" id="sasLogError1_1421192130000" style="color: #ff0000;"&gt; ERROR: Bei der Verarbeitung der Textdaten ist ein Fehler aufgetreten.&lt;/P&gt;&lt;P class="sasNote" id="sasLogNote10_1421192130000" style="color: #0000ff;"&gt; NOTE: PROZEDUR CONTENTS used (Total process time):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jan 2015 23:39:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181679#M303099</guid>
      <dc:creator>sauer</dc:creator>
      <dc:date>2015-01-13T23:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Older Datasets in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181680#M303100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does your 9.4 installation use the same charset (wlatin1)? Is it installed in the same OS and OS version?&lt;/P&gt;&lt;P&gt;I would also try to take a look at the file with a hex editor to get a clue which hex representation the offending characters have. You may even have a unicode-caused problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 06:44:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181680#M303100</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-01-14T06:44:24Z</dc:date>
    </item>
    <item>
      <title>Re: Older Datasets in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181681#M303101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dass is Schön die umlauts sind verschwunden mit die encoding. Das wird passieren when man utf-8 benützt.&lt;BR /&gt;What you are into can very traumatic. &lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/61893/HTML/default/viewer.htm#a002607278.htm" title="http://support.sas.com/documentation/cdl/en/nlsref/61893/HTML/default/viewer.htm#a002607278.htm"&gt;SAS(R) 9.2 National Language Support (NLS): Reference Guide&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Your old dataset will have some German encoding like p850&amp;nbsp; your current sas 9.4 session is different not using the German chars &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/67399/HTML/default/viewer.htm#n1i14wwq12o5z0n1tbzapn2jxwcn.htm" title="http://support.sas.com/documentation/cdl/en/nlsref/67399/HTML/default/viewer.htm#n1i14wwq12o5z0n1tbzapn2jxwcn.htm"&gt;SAS(R) 9.4 National Language Support (NLS): Reference Guide, Third Edition&lt;/A&gt; most likely the wlatin1.There is a not documented changem that is the codepages of java are being used with 9.3 where that was SAS encoding according tot the OS before 9.3&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The message is clear about that as your new session (that 9.4) doesn't support the German chars they will disappear.&lt;/P&gt;&lt;P&gt;What is you SAS encoding with 9.4?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Asciiany will copy/acess the dataset but not validating the encoding. The real cause still there of failing encodings. Only the message not given.&lt;BR /&gt;IS your problem to solve the real cause of the issue or adjusting the notes on what is going on.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/nlsref/67399/HTML/default/viewer.htm#p19gwvr0theecpn15p4x8vjww0zm.htm" title="http://support.sas.com/documentation/cdl/en/nlsref/67399/HTML/default/viewer.htm#p19gwvr0theecpn15p4x8vjww0zm.htm"&gt;SAS(R) 9.4 National Language Support (NLS): Reference Guide, Third Edition&lt;/A&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 07:02:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181681#M303101</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-01-14T07:02:53Z</dc:date>
    </item>
    <item>
      <title>Re: Older Datasets in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181682#M303102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is the academic version in virtual box. UTF-8. The same with windows and mac.&lt;/P&gt;&lt;P&gt;I can open (sas-explorer) both data sets and read the table even in obs 371 there I cannot find any special.&lt;/P&gt;&lt;P&gt;The old dataset shows me the umlaute the new has question marks there.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 08:50:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181682#M303102</guid>
      <dc:creator>sauer</dc:creator>
      <dc:date>2015-01-14T08:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Older Datasets in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181683#M303103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;so there are three conversions to be executed,&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;Windows to Unix&lt;/LI&gt;&lt;LI&gt;V9.2 to V9.4&lt;/LI&gt;&lt;LI&gt;SBCS p850 into DBCS utf-8&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;All of them together processing in a datastep is giving your that wrong results.&lt;/P&gt;&lt;P&gt;My advice would be to place the old V9.2 in a dedicated location with a dedicated libname. not mixing up with the new environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then convert that dataset to a new place using the noclone option as of example 3. &lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrcon/67885/HTML/default/viewer.htm#n0bfrn2pgqtjmon1jojouay2v0lh.htm#n0jssyrq8q17txn1vsmheapy8u95" title="http://support.sas.com/documentation/cdl/en/lrcon/67885/HTML/default/viewer.htm#n0bfrn2pgqtjmon1jojouay2v0lh.htm#n0jssyrq8q17txn1vsmheapy8u95"&gt;SAS(R) 9.4 Language Reference: Concepts, Fourth Edition&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Wondering how this can be made to some test scenario. Do you have a v9.2 Windows dataset that can be made public?&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 09:24:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181683#M303103</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-01-14T09:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Older Datasets in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181684#M303104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sounds good.&lt;/P&gt;&lt;P&gt;So I would build a windows 7 32 bit VM and install a version 9.2.&lt;/P&gt;&lt;P&gt;But where can I get an eval of 9.2 from?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 19:23:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181684#M303104</guid>
      <dc:creator>sauer</dc:creator>
      <dc:date>2015-01-14T19:23:24Z</dc:date>
    </item>
    <item>
      <title>Re: Older Datasets in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181685#M303105</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi:&amp;nbsp; You said in an earlier post that "This is the academic version in virtual box. UTF-8. The same with windows and mac." The current version of SAS in a Virtual Machine is version 9.4. As far as I know, there is no way to download or install a Virtual Machine with a 9.2 image using SAS University Edition or SAS OnDemand for Academics.&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 19:52:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181685#M303105</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-01-14T19:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Older Datasets in 9.4</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181686#M303106</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I think you are right. I have to install a new windows, but I wanted to do this as vm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jan 2015 20:04:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Older-Datasets-in-9-4/m-p/181686#M303106</guid>
      <dc:creator>sauer</dc:creator>
      <dc:date>2015-01-14T20:04:45Z</dc:date>
    </item>
  </channel>
</rss>

