<?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: Retrieve formats created in different operating system in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608190#M176967</link>
    <description>&lt;P&gt;Then your best bet is SAS technical support, or anybody else that can provide the original combination of operating system and SAS version.&lt;/P&gt;
&lt;P&gt;Also see Maxims 26 &amp;amp; 27.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And let this be an object lesson that SAS catalogs are the worst means of long-term storage.&lt;/P&gt;</description>
    <pubDate>Fri, 29 Nov 2019 08:57:57 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2019-11-29T08:57:57Z</dc:date>
    <item>
      <title>Retrieve formats created in different operating system</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608169#M176958</link>
      <description>&lt;P&gt;Is there any way to retrieve information about formats that are created in different operating system? There is no way to find out what operating system was used to create the format.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 05:32:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608169#M176958</guid>
      <dc:creator>rgr1_</dc:creator>
      <dc:date>2019-11-29T05:32:41Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve formats created in different operating system</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608173#M176960</link>
      <description>&lt;P&gt;SAS formats are stored in SAS catalogs and as well as being OS-specific they are different depending on the bitness of the SAS version used to create them. Obviously the best way to recreate SAS formats is from the PROC FORMAT source code used to build them in the first place. Have you tried listing what is in the catalog?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format cntllib = MyLib.MyFormats;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Contacting SAS Tech Support is another option. They are likely to have special tools for dealing with problems like this.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 06:03:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608173#M176960</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2019-11-29T06:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve formats created in different operating system</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608174#M176961</link>
      <description>&lt;P&gt;Just run the code that created the format originally.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 06:59:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608174#M176961</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-29T06:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve formats created in different operating system</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608183#M176964</link>
      <description>&lt;P&gt;Hi. Was that proc format cntlin option? If so, It will not work since format is created in different operating system.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 07:55:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608183#M176964</guid>
      <dc:creator>rgr1_</dc:creator>
      <dc:date>2019-11-29T07:55:04Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve formats created in different operating system</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608184#M176965</link>
      <description>&lt;P&gt;I don't have the code available. Only catalogue file.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 07:56:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608184#M176965</guid>
      <dc:creator>rgr1_</dc:creator>
      <dc:date>2019-11-29T07:56:12Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve formats created in different operating system</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608190#M176967</link>
      <description>&lt;P&gt;Then your best bet is SAS technical support, or anybody else that can provide the original combination of operating system and SAS version.&lt;/P&gt;
&lt;P&gt;Also see Maxims 26 &amp;amp; 27.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;And let this be an object lesson that SAS catalogs are the worst means of long-term storage.&lt;/P&gt;</description>
      <pubDate>Fri, 29 Nov 2019 08:57:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Retrieve-formats-created-in-different-operating-system/m-p/608190#M176967</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2019-11-29T08:57:57Z</dc:date>
    </item>
  </channel>
</rss>

