<?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: proc format in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121893#M33554</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably need to create an output file from the formats in the FORM library first:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format library=form cntlout=work.cntlin; run; /8 actually I would put this in a permanent library but since the only ones you reference you have made readonly the dataset can't be created there*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format library= work cntlin=work.cntlin;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't mention if the OS for the 8.2 version was the same as current. If not, there will be some other issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Aug 2013 16:15:32 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2013-08-26T16:15:32Z</dc:date>
    <item>
      <title>proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121892#M33553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have a question on formats. we created som formate in 2009 version on sas is 8.2. now we are using sas9.2. now i am unable to read those formats&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;test code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;libname&amp;nbsp; data "newdata" access=readonly;&lt;/P&gt;&lt;P&gt;libname&amp;nbsp; form "oldformatpath/formats' access=readonly;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format lib=work cntlin=form.formats;&lt;/P&gt;&lt;P&gt;options fmtsearch=(work);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;getting error on log:&lt;/P&gt;&lt;P&gt;error:File form.formats.data does not exits.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to read those old formats on new version. Any thoughts on this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:01:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121892#M33553</guid>
      <dc:creator>sam369</dc:creator>
      <dc:date>2013-08-26T16:01:44Z</dc:date>
    </item>
    <item>
      <title>Re: proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121893#M33554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You probably need to create an output file from the formats in the FORM library first:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format library=form cntlout=work.cntlin; run; /8 actually I would put this in a permanent library but since the only ones you reference you have made readonly the dataset can't be created there*/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc format library= work cntlin=work.cntlin;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You don't mention if the OS for the 8.2 version was the same as current. If not, there will be some other issues.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 16:15:32 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121893#M33554</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-08-26T16:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121894#M33555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ballardw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response , i applied what you suggested. i am getting error like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR: File FORM.FORMATS.CATALOG was created for a different operating system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i am using on Unix. how to resolve this format issue&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 18:06:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121894#M33555</guid>
      <dc:creator>sam369</dc:creator>
      <dc:date>2013-08-26T18:06:34Z</dc:date>
    </item>
    <item>
      <title>Re: proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121895#M33556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This note looks like it will help:&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/34/443.html" title="http://support.sas.com/kb/34/443.html"&gt;34443 - Determine the operating system in which a format catalog was created&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 19:28:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121895#M33556</guid>
      <dc:creator>Tim_SAS</dc:creator>
      <dc:date>2013-08-26T19:28:12Z</dc:date>
    </item>
    <item>
      <title>Re: proc format</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121896#M33557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you have a machine with the previous OS and a SAS license, then use that to create the CNTLOUT output data set from the library. Then create a transport data set and import to the Unix systm. Or find the code that created the formats.&lt;/P&gt;&lt;P&gt;I'm sure there are other methods as well.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Aug 2013 20:26:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/proc-format/m-p/121896#M33557</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2013-08-26T20:26:16Z</dc:date>
    </item>
  </channel>
</rss>

