<?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>Thema "Betreff: Umlaute Transfer von Windows nach UNIX" in CoDe SAS German</title>
    <link>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225607#M1765</link>
    <description>&lt;P&gt;Wenn ich das richtig sehe, muss die Sitzung, die das Transfer-File erstellt (mit proc cport) und die Sitzung, die den Import vornimmt (proc cimport) das gleiche Encoding haben.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hier ein Hinweis aus der englischen SAS-Doku:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a003200039.htm#a003209585" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a003200039.htm#a003209585&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2015 14:52:51 GMT</pubDate>
    <dc:creator>mfab</dc:creator>
    <dc:date>2015-09-15T14:52:51Z</dc:date>
    <item>
      <title>Umlaute Transfer von Windows nach UNIX</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225594#M1760</link>
      <description>&lt;P&gt;Hallo Zusammen,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ich versuche Daten von Windows nach UNIX zu übertragen. Dabei will ich PROC CPORT und CIMPORT nutzen.&lt;/P&gt;&lt;P&gt;unter Windows nutze ich folgenden Code:&lt;/P&gt;&lt;P&gt;filename ccc "....";&lt;/P&gt;&lt;P&gt;Proc Cport Data=maps.germany2 file ccc;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;Unter Unix nutze ich folgenden Code:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;Proc&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;Cimport&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;infile&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"..."&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;lib&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;=Work &lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;memtype&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;=data;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;Das funktioniert soweit. Allerdings geht dabei die korrekte Anzeige der Umlaute verloren? (unter Windows ist das Encoding WLATIN1 und unter UNIX utf-8).&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;Weiß jemand was hier zu tun ist?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;Vielen Dank,&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;freundliche Grüße&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;Benedikt M.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:25:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225594#M1760</guid>
      <dc:creator>Muschik</dc:creator>
      <dc:date>2015-09-15T14:25:49Z</dc:date>
    </item>
    <item>
      <title>Betreff: Umlaute Transfer von Windows nach UNIX</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225604#M1763</link>
      <description>&lt;P&gt;Das Hindernis sind die Encodings, WLATIN1 ist single-byte, UTF-8 ist Multi-Byte, und da scheitern einfache Konversionsschritte.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Eine Möglichkeit wäre es, das Dataset einfach binär nach UNIX zu kopieren und zwar in eine Library, die man mit LIBNAME xxxx 'xxxxx' ENCODING=WLATIN1; zuweist. Habe ich aber mangels Notwendigkeit noch nicht probiert.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:45:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225604#M1763</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-09-15T14:45:46Z</dc:date>
    </item>
    <item>
      <title>Betreff: Umlaute Transfer von Windows nach UNIX</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225607#M1765</link>
      <description>&lt;P&gt;Wenn ich das richtig sehe, muss die Sitzung, die das Transfer-File erstellt (mit proc cport) und die Sitzung, die den Import vornimmt (proc cimport) das gleiche Encoding haben.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;hier ein Hinweis aus der englischen SAS-Doku:&lt;/P&gt;&lt;P&gt;&lt;A href="https://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a003200039.htm#a003209585" target="_blank"&gt;https://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a003200039.htm#a003209585&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:52:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225607#M1765</guid>
      <dc:creator>mfab</dc:creator>
      <dc:date>2015-09-15T14:52:51Z</dc:date>
    </item>
    <item>
      <title>Betreff: Umlaute Transfer von Windows nach UNIX</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225609#M1767</link>
      <description>&lt;P&gt;Hallo Herr Bremser,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;vielen Dank für die hilfreiche Antwort. Lese ich die Datei wie folgt ein:&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; mm;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;set&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"/opt/sas/daten/pb-race/krm/data/transfer/uc4filetrans/input/germany2.sas7bdat"&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;(encoding=WLATIN1);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;kommt sie bezüglich der Umlaute richtig an. Wissen Sie, ob man diesem Weg trauen kann,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;oder kann es bei diesem Übertragungsweg zu anderen Defekten an den transferierten Dateien kommen.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Nochmals Danke,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;freundliche Grüße&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Benedikt M.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 14:59:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225609#M1767</guid>
      <dc:creator>Muschik</dc:creator>
      <dc:date>2015-09-15T14:59:44Z</dc:date>
    </item>
    <item>
      <title>Betreff: Umlaute Transfer von Windows nach UNIX</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225612#M1769</link>
      <description>&lt;P&gt;SAS ist üblicherweise sehr "spendabel" mit Meldungen, wenn man etwas Riskantes macht. Wenn keine NOTES außer den üblichen beim Lesen auftauchen (außer ein Hinweis aufs Transcoding), sehe ich keine Gefahr.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 15:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225612#M1769</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2015-09-15T15:02:52Z</dc:date>
    </item>
    <item>
      <title>Betreff: Umlaute Transfer von Windows nach UNIX</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225617#M1770</link>
      <description>&lt;P&gt;nochmals Danke - (PS: das&amp;nbsp;SAS-Log mit und ohne Encoding ist identisch, aber ohne Encoding ist die Datei bezüglich der Umlaute nicht so wie ich sie haben wollte)&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 15:15:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225617#M1770</guid>
      <dc:creator>Muschik</dc:creator>
      <dc:date>2015-09-15T15:15:57Z</dc:date>
    </item>
    <item>
      <title>Betreff: Umlaute Transfer von Windows nach UNIX</title>
      <link>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225618#M1771</link>
      <description>&lt;P&gt;ebenfalls Dankeschön!&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2015 15:16:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/CoDe-SAS-German/Umlaute-Transfer-von-Windows-nach-UNIX/m-p/225618#M1771</guid>
      <dc:creator>Muschik</dc:creator>
      <dc:date>2015-09-15T15:16:22Z</dc:date>
    </item>
  </channel>
</rss>

