<?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: formats conversion in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44422#M11751</link>
    <description>This was the problem.  Thank you.</description>
    <pubDate>Fri, 22 Jan 2010 14:40:13 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-01-22T14:40:13Z</dc:date>
    <item>
      <title>formats conversion</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44415#M11744</link>
      <description>How can a SAS formats catalog be converted to a SAS data set of variable and value labels?</description>
      <pubDate>Thu, 21 Jan 2010 18:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44415#M11744</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-21T18:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: formats conversion</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44416#M11745</link>
      <description>check these functions:&lt;BR /&gt;
&lt;BR /&gt;
proc format cntlin=&lt;BR /&gt;
&lt;BR /&gt;
and&lt;BR /&gt;
&lt;BR /&gt;
proc format cntlout=&lt;BR /&gt;
&lt;BR /&gt;
for input and output of formats.</description>
      <pubDate>Thu, 21 Jan 2010 18:18:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44416#M11745</guid>
      <dc:creator>abdullala</dc:creator>
      <dc:date>2010-01-21T18:18:21Z</dc:date>
    </item>
    <item>
      <title>Re: formats conversion</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44417#M11746</link>
      <description>This does appear to be the correct function. &lt;BR /&gt;
Could you specify a little further for me please?&lt;BR /&gt;
&lt;BR /&gt;
I have a formats catalog file "formats.sas7bcat" in the path "c:\"&lt;BR /&gt;
To obtain the formats in data set "newfile.sas7bdat,  would the program be something like the following?&lt;BR /&gt;
&lt;BR /&gt;
LIBNAME PATH "C:\"&lt;BR /&gt;
PROC FORMAT LIB = PATH CNTLOUT=NEWFILE;&lt;BR /&gt;
RUN;&lt;BR /&gt;
&lt;BR /&gt;
The PROC FORMAT in this case not valid, so perhaps you could advise further?</description>
      <pubDate>Thu, 21 Jan 2010 22:09:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44417#M11746</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-21T22:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: formats conversion</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44418#M11747</link>
      <description>Your code appears to be correct in its current format.  You will find the SAS file WORK.NEWFILE contains your unloaded formats.&lt;BR /&gt;
&lt;BR /&gt;
The SAS documentation on PROC FORMAT has detailed information about the CNTLOUT= file contents - documentation starts here (with focus on CNTLOUT= parameter and the Output Control Data Set discussion):&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a002473464.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/proc/61895/HTML/default/a002473464.htm&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 21 Jan 2010 22:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44418#M11747</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-21T22:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: formats conversion</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44419#M11748</link>
      <description>You are very kind to reply. The program results in an error message on the PROC FORMAT line that the PROC option is not valid. I think it must probably something basic, but any advice is appreciated.</description>
      <pubDate>Thu, 21 Jan 2010 22:37:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44419#M11748</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-21T22:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: formats conversion</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44420#M11749</link>
      <description>Post a reply and PASTE the SAS log with the code and the associated error message(s).  Also, provide info about your SAS version, OS where SAS is running, and whether SAS is running local on your machine or on a remote server.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Thu, 21 Jan 2010 22:40:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44420#M11749</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-01-21T22:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: formats conversion</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44421#M11750</link>
      <description>Every SAS statement ends with a semi-colon, including the LIBNAME statement. I thought I would check that your lack of a semi-colon on the LIBNAME statement was a cut and paste error.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 22 Jan 2010 00:00:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44421#M11750</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2010-01-22T00:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: formats conversion</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44422#M11751</link>
      <description>This was the problem.  Thank you.</description>
      <pubDate>Fri, 22 Jan 2010 14:40:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/formats-conversion/m-p/44422#M11751</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-01-22T14:40:13Z</dc:date>
    </item>
  </channel>
</rss>

