<?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 Data File Format in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Data-File-Format/m-p/54978#M15277</link>
    <description>I get the following from the log:&lt;BR /&gt;
&lt;BR /&gt;
"Data file MACRO_DATA.DATA is in a format that is native to another&lt;BR /&gt;
 host, or the file encoding does not match the session encoding. Cross Environment Data&lt;BR /&gt;
 Access will be used, which might require additional CPU resources and might reduce performance"&lt;BR /&gt;
&lt;BR /&gt;
The code is submitted via a XP professional client utilizing SAS Connect Remote Submit.&lt;BR /&gt;
The data queried resides on a Windows Server 2003 - Enterprise x64 Edition.&lt;BR /&gt;
&lt;BR /&gt;
How do I get round the slow response?&lt;BR /&gt;
&lt;BR /&gt;
LD</description>
    <pubDate>Wed, 10 Feb 2010 11:57:03 GMT</pubDate>
    <dc:creator>LD</dc:creator>
    <dc:date>2010-02-10T11:57:03Z</dc:date>
    <item>
      <title>Data File Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Data-File-Format/m-p/54978#M15277</link>
      <description>I get the following from the log:&lt;BR /&gt;
&lt;BR /&gt;
"Data file MACRO_DATA.DATA is in a format that is native to another&lt;BR /&gt;
 host, or the file encoding does not match the session encoding. Cross Environment Data&lt;BR /&gt;
 Access will be used, which might require additional CPU resources and might reduce performance"&lt;BR /&gt;
&lt;BR /&gt;
The code is submitted via a XP professional client utilizing SAS Connect Remote Submit.&lt;BR /&gt;
The data queried resides on a Windows Server 2003 - Enterprise x64 Edition.&lt;BR /&gt;
&lt;BR /&gt;
How do I get round the slow response?&lt;BR /&gt;
&lt;BR /&gt;
LD</description>
      <pubDate>Wed, 10 Feb 2010 11:57:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Data-File-Format/m-p/54978#M15277</guid>
      <dc:creator>LD</dc:creator>
      <dc:date>2010-02-10T11:57:03Z</dc:date>
    </item>
    <item>
      <title>Re: Data File Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Data-File-Format/m-p/54979#M15278</link>
      <description>Using SAS, copy the file from the remote machine to the local system.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Recommended Google advanced search argument, this topic/post:&lt;BR /&gt;
&lt;BR /&gt;
file encoding ceda conversion site:sas.com</description>
      <pubDate>Wed, 10 Feb 2010 13:40:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Data-File-Format/m-p/54979#M15278</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-02-10T13:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Data File Format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Data-File-Format/m-p/54980#M15279</link>
      <description>Hi,&lt;BR /&gt;
Just use this code and use the new dataset in the session&lt;BR /&gt;
&lt;BR /&gt;
&lt;I&gt;&lt;B&gt;data Work.Test;&lt;BR /&gt;
set libref.MACRO_DATA;&lt;BR /&gt;
run;&lt;/B&gt;&lt;/I&gt;&lt;BR /&gt;
&lt;BR /&gt;
Now use test dataset in the session, which you can replace to the final dataset when you are done with.&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Saurabh.</description>
      <pubDate>Fri, 12 Feb 2010 06:14:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Data-File-Format/m-p/54980#M15279</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-02-12T06:14:59Z</dc:date>
    </item>
  </channel>
</rss>

