<?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: Converting from 64 bit to 32 bit SAS in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81623#M23519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use SAS 9.3 32-bit on Windows 7 64-bit, too..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Nov 2012 14:22:29 GMT</pubDate>
    <dc:creator>SandorSzalma</dc:creator>
    <dc:date>2012-11-27T14:22:29Z</dc:date>
    <item>
      <title>Converting from 64 bit to 32 bit SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81620#M23516</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have SAS 9.3 64-bit on a Windows 7 computer, but all the other computers in my department are SAS 9.2 32-bit on a Windows XP. It will be a while before we get them updated to 9.3, but I want to use my new 64-bit computer because it runs a lot faster.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a way to convert the SAS datasets output by my 64-bit computer to 32-bit so that there are no compatibility issues for my colleagues using the files I create?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 14:05:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81620#M23516</guid>
      <dc:creator>JamesNewcombe</dc:creator>
      <dc:date>2012-11-27T14:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from 64 bit to 32 bit SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81621#M23517</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using Proc Cport/cimport is usually the most safe way to share data between environments, even it's a bit manual if you need to do it often.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 14:13:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81621#M23517</guid>
      <dc:creator>LinusH</dc:creator>
      <dc:date>2012-11-27T14:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from 64 bit to 32 bit SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81622#M23518</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at: &lt;A href="http://support.sas.com/kb/38/339.html" title="http://support.sas.com/kb/38/339.html"&gt;http://support.sas.com/kb/38/339.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 14:14:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81622#M23518</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-11-27T14:14:13Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from 64 bit to 32 bit SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81623#M23519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use SAS 9.3 32-bit on Windows 7 64-bit, too..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Nov 2012 14:22:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81623#M23519</guid>
      <dc:creator>SandorSzalma</dc:creator>
      <dc:date>2012-11-27T14:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Converting from 64 bit to 32 bit SAS</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81624#M23520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could just make the dataset. SAS should automatically adjust using the CEDA engine.&lt;/P&gt;&lt;P&gt;Otherwise use the OUTREP libname option so that you write the datasets using the format that they want to use to read them.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000214133.htm" title="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000214133.htm"&gt;http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000214133.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Nov 2012 02:07:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Converting-from-64-bit-to-32-bit-SAS/m-p/81624#M23520</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2012-11-28T02:07:51Z</dc:date>
    </item>
  </channel>
</rss>

