<?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: ods in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/264101#M15636</link>
    <description>&lt;P&gt;It seems that the SAS encoding which create that dataset 'yt.final' is not the same as your SAS encoding .This could lost some character which your sas session don't support .&lt;/P&gt;
&lt;P&gt;1) Use proc cport + proc cimport to transport sas dataset.&lt;/P&gt;
&lt;P&gt;2)Make a CSV or TEXT file to transport and import it by right encoding:&lt;/P&gt;
&lt;P&gt;infile '....' &amp;nbsp;encoding='utf8';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 15 Apr 2016 07:14:00 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2016-04-15T07:14:00Z</dc:date>
    <item>
      <title>ods</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/263974#M15633</link>
      <description>&lt;P&gt;Hello, all:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I received some error message from Log while I was using ODS system.&amp;nbsp; How to correct them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods excel file='\\&lt;A target="_blank"&gt;C\2020yt.xlsx&lt;/A&gt;\2020yt2.xlsx';&lt;/P&gt;&lt;P&gt;22 proc print data=yt.final;&lt;/P&gt;&lt;P&gt;NOTE: Data file YT.FINAL.DATA is in a format that is native to another host, or the file encoding&lt;/P&gt;&lt;P&gt;does not match the session encoding. Cross Environment Data Access will be used, which might&lt;/P&gt;&lt;P&gt;require additional CPU resources and might reduce performance.&lt;/P&gt;&lt;P&gt;23 run;&lt;/P&gt;&lt;P&gt;WARNING: Some character data was lost during transcoding in the dataset YT.FINAL. Either the data&lt;/P&gt;&lt;P&gt;contains characters that are not representable in the new encoding or truncation occurred&lt;/P&gt;&lt;P&gt;during transcoding.&lt;/P&gt;&lt;P&gt;NOTE: There were 96 observations read from the data set YT.FINAL.&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE PRINT used (Total process time):&lt;/P&gt;&lt;P&gt;real time 0.67 seconds&lt;/P&gt;&lt;P&gt;cpu time 0.62 seconds&lt;/P&gt;&lt;P&gt;　&lt;/P&gt;&lt;P&gt;24 ods excel close;&lt;/P&gt;&lt;P&gt;NOTE: Writing EXCEL file: \\&lt;A target="_blank"&gt;C\2020yt.xlsx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 18:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/263974#M15633</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2016-04-14T18:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: ods</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/263986#M15635</link>
      <description>&lt;P&gt;Those are not errors. They indicate that some values were changed because the current system processing that data set, which likely originated on either a different OS or version of OS, and the coding of values is different. The specific differences could be flavors of unicode or other double-byte coding system or single vs double-byte.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Corrections to the data to eliminate the messages involve determining the exact difference and modifying the data.&lt;/P&gt;</description>
      <pubDate>Thu, 14 Apr 2016 19:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/263986#M15635</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-04-14T19:25:22Z</dc:date>
    </item>
    <item>
      <title>Re: ods</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/264101#M15636</link>
      <description>&lt;P&gt;It seems that the SAS encoding which create that dataset 'yt.final' is not the same as your SAS encoding .This could lost some character which your sas session don't support .&lt;/P&gt;
&lt;P&gt;1) Use proc cport + proc cimport to transport sas dataset.&lt;/P&gt;
&lt;P&gt;2)Make a CSV or TEXT file to transport and import it by right encoding:&lt;/P&gt;
&lt;P&gt;infile '....' &amp;nbsp;encoding='utf8';&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Apr 2016 07:14:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/264101#M15636</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-04-15T07:14:00Z</dc:date>
    </item>
    <item>
      <title>Re: ods</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/264804#M15661</link>
      <description>&lt;P&gt;Thanks for the suggestion. &amp;nbsp;However, the code (&lt;SPAN&gt;proc cport + proc cimport)&amp;nbsp;&lt;/SPAN&gt;is complecated for me to understand.&lt;/P&gt;</description>
      <pubDate>Tue, 19 Apr 2016 15:16:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/264804#M15661</guid>
      <dc:creator>ybz12003</dc:creator>
      <dc:date>2016-04-19T15:16:38Z</dc:date>
    </item>
    <item>
      <title>Re: ods</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/264961#M15665</link>
      <description>&lt;P&gt;1)Then can you transport these data via CSV or TXT file ?&lt;/P&gt;
&lt;P&gt;2)Can you change your sas session's encoding to &amp;nbsp;the same as the table should be .?&lt;/P&gt;</description>
      <pubDate>Wed, 20 Apr 2016 00:48:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/ods/m-p/264961#M15665</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-04-20T00:48:20Z</dc:date>
    </item>
  </channel>
</rss>

