<?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: Convert UNX SAS Files to Windows in SAS Data Management</title>
    <link>https://communities.sas.com/t5/SAS-Data-Management/Convert-UNX-SAS-Files-to-Windows/m-p/345777#M10280</link>
    <description>I pushed the wrong button. While I'm sure both solutions would have worked, the one that I used was Tom's.&lt;BR /&gt;&lt;BR /&gt;Thanks to both of you.&lt;BR /&gt;&lt;BR /&gt;--Dav</description>
    <pubDate>Thu, 30 Mar 2017 14:53:15 GMT</pubDate>
    <dc:creator>Davanden</dc:creator>
    <dc:date>2017-03-30T14:53:15Z</dc:date>
    <item>
      <title>Convert UNX SAS Files to Windows</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Convert-UNX-SAS-Files-to-Windows/m-p/345731#M10277</link>
      <description>&lt;P&gt;I imagine that this is an easy question to answer, but I've been unable to find the combination of search terms that will find it in the knowledge base. &amp;nbsp;I get a lot of SAS files produced in a UNIX environment. &amp;nbsp;I work in Windows. &amp;nbsp;Whenever I access one of the UNIX files, I get a message about it, and a statement that it will take more resources, etc. &amp;nbsp;How do I convert the files to Windows so that I can be done with that?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Dav Vandenbroucke&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 12:54:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Convert-UNX-SAS-Files-to-Windows/m-p/345731#M10277</guid>
      <dc:creator>Davanden</dc:creator>
      <dc:date>2017-03-30T12:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Convert UNX SAS Files to Windows</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Convert-UNX-SAS-Files-to-Windows/m-p/345733#M10278</link>
      <description>&lt;P&gt;Proc cport/xport but it means duplicating your data.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Mar 2017 13:01:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Convert-UNX-SAS-Files-to-Windows/m-p/345733#M10278</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-03-30T13:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Convert UNX SAS Files to Windows</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Convert-UNX-SAS-Files-to-Windows/m-p/345734#M10279</link>
      <description>&lt;P&gt;Just copy the files. &amp;nbsp;For example to copy them to a new folder.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname old 'path to unix datasets';
libname new 'path for Windows datasets';
proc copy inlib=old outlib=new noclone;
run;
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 30 Mar 2017 13:04:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Convert-UNX-SAS-Files-to-Windows/m-p/345734#M10279</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2017-03-30T13:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Convert UNX SAS Files to Windows</title>
      <link>https://communities.sas.com/t5/SAS-Data-Management/Convert-UNX-SAS-Files-to-Windows/m-p/345777#M10280</link>
      <description>I pushed the wrong button. While I'm sure both solutions would have worked, the one that I used was Tom's.&lt;BR /&gt;&lt;BR /&gt;Thanks to both of you.&lt;BR /&gt;&lt;BR /&gt;--Dav</description>
      <pubDate>Thu, 30 Mar 2017 14:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Data-Management/Convert-UNX-SAS-Files-to-Windows/m-p/345777#M10280</guid>
      <dc:creator>Davanden</dc:creator>
      <dc:date>2017-03-30T14:53:15Z</dc:date>
    </item>
  </channel>
</rss>

