<?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: ERROR: File TEST.FORMATS.CATALOG was created for a different operating system. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326513#M72722</link>
    <description>&lt;P&gt;Not sure what you mean by dataset conversion technique that you don't want to use. A couple of conversion steps are desribed in the note at:&amp;nbsp;&lt;A href="http://support.sas.com/kb/44/047.html" target="_blank"&gt;http://support.sas.com/kb/44/047.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 21 Jan 2017 23:16:09 GMT</pubDate>
    <dc:creator>art297</dc:creator>
    <dc:date>2017-01-21T23:16:09Z</dc:date>
    <item>
      <title>ERROR: File TEST.FORMATS.CATALOG was created for a different operating system.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326512#M72721</link>
      <description>&lt;P&gt;when I am running the below code I am getting the below ERROR.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: File TEST.FORMATS.CATALOG was created for a different operating system.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;program:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc catalog catalog=test.formats;&lt;BR /&gt;contents file=formats;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;is there any way for converting the 32 bit catalog file to 64 bet catalog file (without using dataset converstion technique).&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 18:11:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326512#M72721</guid>
      <dc:creator>bhanuprakash</dc:creator>
      <dc:date>2017-01-21T18:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File TEST.FORMATS.CATALOG was created for a different operating system.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326513#M72722</link>
      <description>&lt;P&gt;Not sure what you mean by dataset conversion technique that you don't want to use. A couple of conversion steps are desribed in the note at:&amp;nbsp;&lt;A href="http://support.sas.com/kb/44/047.html" target="_blank"&gt;http://support.sas.com/kb/44/047.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;HTH,&lt;/P&gt;
&lt;P&gt;Art, CEO, AnalystFinder.com&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 23:16:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326513#M72722</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2017-01-21T23:16:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File TEST.FORMATS.CATALOG was created for a different operating system.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326528#M72730</link>
      <description>&lt;P&gt;Just to be quite clear, the 32-bit catalog must be converted to a SAS transport file using 32-bit SAS. You can't convert a 32-bit SAS catalog with 64-bit SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The person who produced this catalog in the first place must have used 32-bit SAS so they can produce a transport file for you.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 21 Jan 2017 23:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326528#M72730</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2017-01-21T23:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File TEST.FORMATS.CATALOG was created for a different operating system.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326539#M72732</link>
      <description>&lt;P&gt;Additionally to what already has been written:&lt;/P&gt;
&lt;P&gt;I'd consider keeping the source code and eventually data used to create formats as good practice. If you've got this source code then you could also re-create the formats in the target environment using this source code instead of&amp;nbsp;migrating the catalogs.&lt;/P&gt;</description>
      <pubDate>Sun, 22 Jan 2017 00:32:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326539#M72732</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2017-01-22T00:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File TEST.FORMATS.CATALOG was created for a different operating system.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326768#M72835</link>
      <description>&lt;P&gt;To expand slightly on &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/12447"&gt;@Patrick&lt;/a&gt;'s suggestion: It is &lt;STRONG&gt;very easy&lt;/STRONG&gt; to work with. When you create a permanent format place it in a library and a cntlout data set that will allow recreation of the format:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Proc format library=test cntlout=test.formatcntlout;&lt;/P&gt;
&lt;P&gt;/* format code*/&lt;/P&gt;
&lt;P&gt;run;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then if you need to recreate the format use that as a cntlin data set.&lt;/P&gt;</description>
      <pubDate>Mon, 23 Jan 2017 16:18:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/326768#M72835</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2017-01-23T16:18:26Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File TEST.FORMATS.CATALOG was created for a different operating system.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/328287#M73287</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #333333;"&gt;sorry for the late reply and at that same time thank you so much for suggestions.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #333333;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #333333;"&gt;If I have the source data set I am able to recreate format catalog file by using the proc format procedure.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #333333;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #333333;"&gt;But my question is can we have any procedure for converting directly 32-bit catalog to 64-bit catalog file ?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #333333;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="lia-message-dates"&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #333333;"&gt;As&amp;nbsp;&lt;SPAN class="login-bold"&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976" target="_self"&gt;SASKiwi&lt;/A&gt;&amp;nbsp;said&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #333333;"&gt;Just to be quite clear, the 32-bit catalog must be converted to a SAS transport file using 32-bit SAS.&lt;SPAN class="apple-converted-space"&gt;&lt;STRONG&gt;&lt;I&gt;&amp;nbsp;&lt;/I&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;I&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif';"&gt;You can't convert a 32-bit SAS catalog with 64-bit SAS.&lt;/SPAN&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10.5pt; font-family: 'Helvetica','sans-serif'; color: #333333;"&gt;I got the answer what I am expecting. Thank you&lt;STRONG&gt;&lt;I&gt;&lt;SPAN style="font-family: 'Helvetica','sans-serif';"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/I&gt;&lt;/STRONG&gt;&lt;SPAN class="login-bold"&gt;&lt;STRONG&gt;&lt;I&gt;&lt;A href="https://communities.sas.com/t5/user/viewprofilepage/user-id/13976" target="_self"&gt;SASKiwi&lt;/A&gt;.&lt;/I&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Jan 2017 17:19:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/328287#M73287</guid>
      <dc:creator>bhanuprakash</dc:creator>
      <dc:date>2017-01-29T17:19:28Z</dc:date>
    </item>
    <item>
      <title>Re: ERROR: File TEST.FORMATS.CATALOG was created for a different operating system.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/351926#M81987</link>
      <description>Format catalogs are dependent on platform AND bit, so catalogs created using Windows and UNIX are not compatible, AND Windows 32-bit and Windows 64-bit create incompatible catalogs too!&lt;BR /&gt;&lt;BR /&gt;Much better to specify formats in programs for whatever platform you are using, because that way they are always compatible!</description>
      <pubDate>Thu, 20 Apr 2017 21:15:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ERROR-File-TEST-FORMATS-CATALOG-was-created-for-a-different/m-p/351926#M81987</guid>
      <dc:creator>hollandnumerics</dc:creator>
      <dc:date>2017-04-20T21:15:11Z</dc:date>
    </item>
  </channel>
</rss>

