<?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 Converting to native format on Win64 in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Converting-to-native-format-on-Win64/m-p/59398#M12864</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the solution. Use the noclone option. As per below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;libname oldfiles "folder";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;libname newfiles v9 "folder";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;proc datasets;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; copy in=oldfiles out=newfiles noclone;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;run;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Sep 2011 05:38:01 GMT</pubDate>
    <dc:creator>BruceBrad</dc:creator>
    <dc:date>2011-09-01T05:38:01Z</dc:date>
    <item>
      <title>Converting to native format on Win64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-to-native-format-on-Win64/m-p/59397#M12863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a set of SAS datasets which were created on a Windows 32 machine (I think). I want to make copies of the files in native Windows 64 bit format. How can I do this? I thought the following would work (running on the Win64 machine)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;libname oldfiles "folder";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;libname newfiles v9 "folder";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;proc datasets;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; copy in=oldfiles out=newfiles;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;run;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but this just copies the files, keeping their previous format.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 03:53:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-to-native-format-on-Win64/m-p/59397#M12863</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2011-09-01T03:53:40Z</dc:date>
    </item>
    <item>
      <title>Converting to native format on Win64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-to-native-format-on-Win64/m-p/59398#M12864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Found the solution. Use the noclone option. As per below. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;libname oldfiles "folder";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;libname newfiles v9 "folder";&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;proc datasets;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp; copy in=oldfiles out=newfiles noclone;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;run;quit;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 05:38:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-to-native-format-on-Win64/m-p/59398#M12864</guid>
      <dc:creator>BruceBrad</dc:creator>
      <dc:date>2011-09-01T05:38:01Z</dc:date>
    </item>
    <item>
      <title>Converting to native format on Win64</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-to-native-format-on-Win64/m-p/59399#M12865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC MIGRATE:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002592164.htm"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/viewer.htm#a002592164.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Sep 2011 14:55:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-to-native-format-on-Win64/m-p/59399#M12865</guid>
      <dc:creator>FriedEgg</dc:creator>
      <dc:date>2011-09-01T14:55:18Z</dc:date>
    </item>
  </channel>
</rss>

