<?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 Help with proc format step, creating new custom column formats in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Help-with-proc-format-step-creating-new-custom-column-formats/m-p/579215#M13414</link>
    <description>&lt;P&gt;When creating new column formats in the proc format step, why do you sometimes need a dollar sign before the format name and sometimes you don't? In this example I cam trying to make two new custom column formats - genftm and hrange.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
    value &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;$genfmt&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; 'F'='Female'
                  'M'='Male';
  
    value &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;hrange&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; 50-57='Below Average'
                 58-60='Average'
                 61-70='Above Average';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 05 Aug 2019 19:36:21 GMT</pubDate>
    <dc:creator>marleeakerson</dc:creator>
    <dc:date>2019-08-05T19:36:21Z</dc:date>
    <item>
      <title>Help with proc format step, creating new custom column formats</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-with-proc-format-step-creating-new-custom-column-formats/m-p/579215#M13414</link>
      <description>&lt;P&gt;When creating new column formats in the proc format step, why do you sometimes need a dollar sign before the format name and sometimes you don't? In this example I cam trying to make two new custom column formats - genftm and hrange.&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;
    value &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;$genfmt&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; 'F'='Female'
                  'M'='Male';
  
    value &lt;U&gt;&lt;EM&gt;&lt;STRONG&gt;hrange&lt;/STRONG&gt;&lt;/EM&gt;&lt;/U&gt; 50-57='Below Average'
                 58-60='Average'
                 61-70='Above Average';
run;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 19:36:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-with-proc-format-step-creating-new-custom-column-formats/m-p/579215#M13414</guid>
      <dc:creator>marleeakerson</dc:creator>
      <dc:date>2019-08-05T19:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Help with proc format step, creating new custom column formats</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Help-with-proc-format-step-creating-new-custom-column-formats/m-p/579216#M13415</link>
      <description>&lt;P&gt;The dollar sign indicates that the format translates character strrings (such as "F" and "M").&amp;nbsp; No dollar sign means that the format translates numbers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The dollar sign is actually part of the format name, so don't leave a space after the dollar sign.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Aug 2019 19:38:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Help-with-proc-format-step-creating-new-custom-column-formats/m-p/579216#M13415</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2019-08-05T19:38:29Z</dc:date>
    </item>
  </channel>
</rss>

