<?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 No Errors in Log in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Proc-Format-No-Errors-in-Log/m-p/726160#M28097</link>
    <description>&lt;P&gt;Is it possible in the data set you are working with, Nevada is actually NEVADA (uppercase)? Your format won't work on uppercase character strings.&lt;/P&gt;</description>
    <pubDate>Sun, 14 Mar 2021 22:36:07 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2021-03-14T22:36:07Z</dc:date>
    <item>
      <title>Proc Format No Errors in Log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Format-No-Errors-in-Log/m-p/726159#M28096</link>
      <description>&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;I am using a proc format statement with a "value" to recode some words in each a variable column. It is a large data set so I will show an example of my code below.&lt;/P&gt;&lt;PRE class="_3GnarIQX9tD_qsgXkfSDz1"&gt;&lt;CODE class="_34q3PgLsx9zIU5BiSOjFoM"&gt;Proc format library=example;

value $catjt    'California', 'Texas', 'Nevada', 'Ohio' = 'USA';
Run;

PROC FREQ DATA=example.dsets;
tables cat
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P class="_1qeIAgB0cPwnLhDF9XSiJM"&gt;Again This is just an example because the data is so large but in my frequency table the states such as "Nevada" and "Ohio" have not been changed to "USA" and I check my log and there are no errors at all. What could be the problem?&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 22:33:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Format-No-Errors-in-Log/m-p/726159#M28096</guid>
      <dc:creator>superman1</dc:creator>
      <dc:date>2021-03-14T22:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Format No Errors in Log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Format-No-Errors-in-Log/m-p/726160#M28097</link>
      <description>&lt;P&gt;Is it possible in the data set you are working with, Nevada is actually NEVADA (uppercase)? Your format won't work on uppercase character strings.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Mar 2021 22:36:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Format-No-Errors-in-Log/m-p/726160#M28097</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2021-03-14T22:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Format No Errors in Log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Format-No-Errors-in-Log/m-p/726161#M28098</link>
      <description>Oh well yes I should of specified alittle more, NEVADA and OHIO are both uppercase. I also have another state which is NEW YORK and that wont change to "USA" in my proc formats statement. What should I do then?</description>
      <pubDate>Sun, 14 Mar 2021 22:42:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Format-No-Errors-in-Log/m-p/726161#M28098</guid>
      <dc:creator>superman1</dc:creator>
      <dc:date>2021-03-14T22:42:04Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Format No Errors in Log</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Proc-Format-No-Errors-in-Log/m-p/726164#M28099</link>
      <description>thank you I was able to solve it with some of your advice</description>
      <pubDate>Sun, 14 Mar 2021 23:16:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Proc-Format-No-Errors-in-Log/m-p/726164#M28099</guid>
      <dc:creator>superman1</dc:creator>
      <dc:date>2021-03-14T23:16:58Z</dc:date>
    </item>
  </channel>
</rss>

