<?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: templates switching to another version of SAS 32/64 in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/templates-switching-to-another-version-of-SAS-32-64/m-p/167708#M12225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are doing a 32-64 conversion.&amp;nbsp;&amp;nbsp; There is lot being referenced to "proc migrate".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are carefully reading that you will find that procedure doing the work will be probably SAS/connect . That is the moment your are needed to setup a SLIBREF definiton.&lt;/P&gt;&lt;P&gt;The other procedure being used is Cport-Cimport.&amp;nbsp; SAS/connect can be used when you need to operate them both (upgrading/downgrading).&lt;/P&gt;&lt;P&gt;CPORT/CIMPORT only when you have a newer version at the destination and not want to use something in an older SAS environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to change all interfaces SAS is using also in their bitness. This will be more a challenge at Windows (MS-Office ODBC etc) than at Linux.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sasbitm files are one of a special kind not covered by the copy/convert routines Cport /Connect. They are used for the Template but also as the SAS-registry.&lt;/P&gt;&lt;P&gt;These are release version machine dependent and is not a good idea to have the old versions binary copied. Same reason as you should not do that with Windows-registry.&lt;/P&gt;&lt;P&gt;The Template should be easily being recreated. You can get easily listed all definitions. The original source should be archived somewhere.&lt;/P&gt;&lt;P&gt;SAS-registry should be modified when needed and being documented why you did that.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Dec 2013 19:38:37 GMT</pubDate>
    <dc:creator>jakarman</dc:creator>
    <dc:date>2013-12-09T19:38:37Z</dc:date>
    <item>
      <title>templates switching to another version of SAS 32/64</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/templates-switching-to-another-version-of-SAS-32-64/m-p/167707#M12224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did not see until today&amp;nbsp;&amp;nbsp; a discuss about this topic&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;from version 9.2...we are using modified templates in ods&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; and in ods graphic and gtl&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody clearly announce the rules in matter of&amp;nbsp; change of system platform ?&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;sas linux 32b&amp;nbsp;&amp;nbsp; to sas linux 64 b 9.4.1&lt;/P&gt;&lt;P&gt;sas windows 9.3.2 32b to sas windows 9.4.0 64b&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is cport working on sas7bitm files? If yes, how?&lt;/P&gt;&lt;P&gt;Are we really obliged to save template by template to a text file&lt;/P&gt;&lt;P&gt;in order to reinject our modified creation in a new version of SAS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TIA&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 16:25:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/templates-switching-to-another-version-of-SAS-32-64/m-p/167707#M12224</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2013-12-09T16:25:23Z</dc:date>
    </item>
    <item>
      <title>Re: templates switching to another version of SAS 32/64</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/templates-switching-to-another-version-of-SAS-32-64/m-p/167708#M12225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are doing a 32-64 conversion.&amp;nbsp;&amp;nbsp; There is lot being referenced to "proc migrate".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you are carefully reading that you will find that procedure doing the work will be probably SAS/connect . That is the moment your are needed to setup a SLIBREF definiton.&lt;/P&gt;&lt;P&gt;The other procedure being used is Cport-Cimport.&amp;nbsp; SAS/connect can be used when you need to operate them both (upgrading/downgrading).&lt;/P&gt;&lt;P&gt;CPORT/CIMPORT only when you have a newer version at the destination and not want to use something in an older SAS environment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to change all interfaces SAS is using also in their bitness. This will be more a challenge at Windows (MS-Office ODBC etc) than at Linux.&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sasbitm files are one of a special kind not covered by the copy/convert routines Cport /Connect. They are used for the Template but also as the SAS-registry.&lt;/P&gt;&lt;P&gt;These are release version machine dependent and is not a good idea to have the old versions binary copied. Same reason as you should not do that with Windows-registry.&lt;/P&gt;&lt;P&gt;The Template should be easily being recreated. You can get easily listed all definitions. The original source should be archived somewhere.&lt;/P&gt;&lt;P&gt;SAS-registry should be modified when needed and being documented why you did that.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 19:38:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/templates-switching-to-another-version-of-SAS-32-64/m-p/167708#M12225</guid>
      <dc:creator>jakarman</dc:creator>
      <dc:date>2013-12-09T19:38:37Z</dc:date>
    </item>
    <item>
      <title>Re: templates switching to another version of SAS 32/64</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/templates-switching-to-another-version-of-SAS-32-64/m-p/167709#M12226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;User customization of the SAS Registry can be captured with&lt;/P&gt;&lt;P&gt;PROC REGISTRY EXPORT="myreg&amp;amp;sysdate.-&amp;amp;sysvlong..txt";&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;and appropriate parts recycled on the destination SAS system with&lt;/P&gt;&lt;P&gt;PROC registry IMPORT = 'my chosen registry bits.txt';&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Dec 2013 23:11:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/templates-switching-to-another-version-of-SAS-32-64/m-p/167709#M12226</guid>
      <dc:creator>Peter_C</dc:creator>
      <dc:date>2013-12-09T23:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: templates switching to another version of SAS 32/64</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/templates-switching-to-another-version-of-SAS-32-64/m-p/167710#M12227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So there are only individual solutions for templates.&lt;/P&gt;&lt;P&gt;no solution like the kmf file solution&amp;nbsp; for keyboard macros&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will see if i can build a macro to process the&amp;nbsp; text migration of&amp;nbsp; the template.sas7bitm&amp;nbsp; of the sasuser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Dec 2013 08:51:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/templates-switching-to-another-version-of-SAS-32-64/m-p/167710#M12227</guid>
      <dc:creator>Andre</dc:creator>
      <dc:date>2013-12-10T08:51:37Z</dc:date>
    </item>
  </channel>
</rss>

