<?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: Log note when opening a file in SAS 9.4 that was created in SAS Enterprise guide 8 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955242#M373074</link>
    <description>&lt;P&gt;This message occurs when the SAS dataset you are reading was created on a different SAS installation to yours, where there is a difference in the OS being used or different SAS encoding settings. You could just ignore the message for small datasets as the performance overhead is likely to be minimal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That other message you are getting isn't related and you would need to provide more details of what is causing it.&lt;/P&gt;</description>
    <pubDate>Mon, 06 Jan 2025 21:01:04 GMT</pubDate>
    <dc:creator>SASKiwi</dc:creator>
    <dc:date>2025-01-06T21:01:04Z</dc:date>
    <item>
      <title>Log note when opening a file in SAS 9.4 that was created in SAS Enterprise guide 8</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955205#M373061</link>
      <description>&lt;P&gt;I received a sas7bdat file that was created in SAS Enterprise Guide. When I run a proc contents on the file in SAS 9.4 I see a note in the log that says:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;NOTE: Data file WC000002.Final_data.data is in a format that is native to another host, or the file encoding
does not match the session encoding. Cross Environment Data Access will be used, which might&amp;nbsp;
require additional CPU resources and might reduce performance.&amp;nbsp;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Can someone explain what exactly this means, and the implications of this?&lt;/P&gt;
&lt;P&gt;Would performance improve from receiving the file in another format (i.e. the original xlsx file) and importing myself?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For the 10000000+ observations with over 50 variables, the processing time for the proc contents was&amp;nbsp;&lt;/P&gt;
&lt;P&gt;real time (0.15 seconds)&lt;/P&gt;
&lt;P&gt;cpu time (0.06 seconds)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 12:41:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955205#M373061</guid>
      <dc:creator>sasgorilla</dc:creator>
      <dc:date>2025-01-06T12:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Log note when opening a file in SAS 9.4 that was created in SAS Enterprise guide 8</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955206#M373062</link>
      <description>&lt;P&gt;Also, I'm not sure this is related but I am seeing a pop up window everytime I run this code that says:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;WARNING: Extra arguments on window command were ignored.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could this be related? I have had trouble finding what either of these things mean.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 12:48:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955206#M373062</guid>
      <dc:creator>sasgorilla</dc:creator>
      <dc:date>2025-01-06T12:48:40Z</dc:date>
    </item>
    <item>
      <title>Re: Log note when opening a file in SAS 9.4 that was created in SAS Enterprise guide 8</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955242#M373074</link>
      <description>&lt;P&gt;This message occurs when the SAS dataset you are reading was created on a different SAS installation to yours, where there is a difference in the OS being used or different SAS encoding settings. You could just ignore the message for small datasets as the performance overhead is likely to be minimal.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That other message you are getting isn't related and you would need to provide more details of what is causing it.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 21:01:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955242#M373074</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2025-01-06T21:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: Log note when opening a file in SAS 9.4 that was created in SAS Enterprise guide 8</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955245#M373075</link>
      <description>&lt;P&gt;Okay, thanks!&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As for the pop up message, I will have to play around a little more and see if I can detect what is causing it. I'll reply back here if found.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Jan 2025 21:18:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955245#M373075</guid>
      <dc:creator>sasgorilla</dc:creator>
      <dc:date>2025-01-06T21:18:16Z</dc:date>
    </item>
    <item>
      <title>Re: Log note when opening a file in SAS 9.4 that was created in SAS Enterprise guide 8</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955267#M373083</link>
      <description>As SASKiwi pointed out , the reason why you get this message is due to the sas dataset(from sas/eg) encoding is different with your sas session.&lt;BR /&gt;For example: &lt;BR /&gt;your sas session 's encoding is EUC_CN, but sas dataset(from sas/eg) 's encoding is UTF-8 .&lt;BR /&gt;Check yours encoding :&lt;BR /&gt;&lt;BR /&gt;%put &amp;amp;=sysencoding. ;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;And Check sas dataset(from sas/eg) 's encoding:&lt;BR /&gt;&lt;BR /&gt;proc contents data=sashelp.class;run;&lt;BR /&gt;</description>
      <pubDate>Tue, 07 Jan 2025 01:40:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Log-note-when-opening-a-file-in-SAS-9-4-that-was-created-in-SAS/m-p/955267#M373083</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-01-07T01:40:19Z</dc:date>
    </item>
  </channel>
</rss>

