<?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: Using PROC MIGRATE in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140492#M37552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there - thank you for joining the community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just moved your question out of the General Community into the Procedures community as I think you'll get more traction for an answer there. Have a great day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Jan 2015 17:16:53 GMT</pubDate>
    <dc:creator>Community_Help</dc:creator>
    <dc:date>2015-01-27T17:16:53Z</dc:date>
    <item>
      <title>Using PROC MIGRATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140491#M37551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;I would like to know if it is possible to use Proc Migrate to bring in SAS formats made on a 32-bit system into a 64-bit system.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;PS- The syntax will equally be useful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 16:45:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140491#M37551</guid>
      <dc:creator>Deezy</dc:creator>
      <dc:date>2015-01-27T16:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: Using PROC MIGRATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140492#M37552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there - thank you for joining the community!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just moved your question out of the General Community into the Procedures community as I think you'll get more traction for an answer there. Have a great day!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 17:16:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140492#M37552</guid>
      <dc:creator>Community_Help</dc:creator>
      <dc:date>2015-01-27T17:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: Using PROC MIGRATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140493#M37553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 18:02:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140493#M37553</guid>
      <dc:creator>Deezy</dc:creator>
      <dc:date>2015-01-27T18:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using PROC MIGRATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140494#M37554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have no idea on whether migrate will work. I would say try it.&lt;/P&gt;&lt;P&gt;If you still have a 32-bit SAS install that can see those libraries I would run proc format on each library with a format catalog and create a Cntlout dataset just in case.&lt;/P&gt;&lt;P&gt;I have all of the code that generates permanent user-defined formats generate cntlout datasets as datasets have the fewest issues with cross-platform conversions and can always rebuild the format catalog from them.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Jan 2015 20:27:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140494#M37554</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-01-27T20:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: Using PROC MIGRATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140495#M37555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My reckoning is NO . proc migrate are used to migrate low version sas dataset to the high version under the same platform (i.e. both are 32 or 64 bit ).&lt;/P&gt;&lt;P&gt;Cross platform , you should use proc import + proc cport to transform dataset .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Xia Keshan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Jan 2015 09:46:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140495#M37555</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-01-28T09:46:38Z</dc:date>
    </item>
    <item>
      <title>Re: Using PROC MIGRATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140496#M37556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC MIGRATE does support migrating catalogs across many incompatible environments, with the SLIBREF argument. Check your specifics with &lt;A href="http://support.sas.com/rnd/migration/planning/files/migratecalc/" title="http://support.sas.com/rnd/migration/planning/files/migratecalc/"&gt;Migration: PROC MIGRATE Calculator&lt;/A&gt;. If the migration is supported, the calculator points you to some example code in the Base SAS Procedures Guide. If using the SLIBREF argument, you must have access to a &lt;SPAN class="xis-nobr"&gt;SAS/CONNECT&lt;/SPAN&gt; or &lt;SPAN class="xis-nobr"&gt;SAS/SHARE&lt;/SPAN&gt; server that is running on the same type of operating environment as the source library.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 19:12:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140496#M37556</guid>
      <dc:creator>maggiem_sas</dc:creator>
      <dc:date>2015-05-28T19:12:45Z</dc:date>
    </item>
    <item>
      <title>Re: Using PROC MIGRATE</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140497#M37557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See the reply of Maggiem&amp;nbsp;&amp;nbsp; Proc migrate is encapsulating some more basic SAS routines. You are really needing SAS/Connect or SAS/Share as thye are doing the real conversion. &lt;BR /&gt;Could you use notepad++ to convert catalogs? Same kind of answer, yes . The real thing:&amp;nbsp; you can code you SAS-source in notpad++ so SAS/connect SAS/share will do the conversion.&lt;BR /&gt;Whatever you do, you must have SAS/Connect or SAS/Share. Having SAS/connect available and you have only some catalog to migrate (upload/download) than it is easy to do that. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The biggest advantage you can have with SAS/connect is you can have both versions alive and supported&amp;nbsp; as it can also downgrade catalogs 64-&amp;gt;32bit.&lt;BR /&gt;Proc cport/cimport will not work due tp bitness, that is why Proc migrate is using SAS/share SAS/connect&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 19:25:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-PROC-MIGRATE/m-p/140497#M37557</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2015-05-28T19:25:22Z</dc:date>
    </item>
  </channel>
</rss>

