<?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 error in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-format-error/m-p/747600#M234678</link>
    <description>&lt;P&gt;You always need a hyphen in the range. The angled bracket is used to exclude the edge value. To exclude both edges, use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;300000&amp;lt;-&amp;lt;350000='(8) 300-350'&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Sun, 13 Jun 2021 10:35:13 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2021-06-13T10:35:13Z</dc:date>
    <item>
      <title>Proc format error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-format-error/m-p/747598#M234677</link>
      <description>&lt;P&gt;Hello&lt;/P&gt;
&lt;P&gt;Why this proc format has a problem?&lt;/P&gt;
&lt;P&gt;I want that 350000 has a separate group.&lt;/P&gt;
&lt;P&gt;I&amp;nbsp; want that between 300000 (not included) and 350000 (not included) has a separate group too.&lt;/P&gt;
&lt;P&gt;The error is:&lt;/P&gt;
&lt;P&gt;162 300000&amp;lt;350000='(8) 300-350'&lt;BR /&gt;______&lt;BR /&gt;22&lt;BR /&gt;76&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc format;
value FFF
0="(1) 0"
0&amp;lt;-50000='(2) 0-50'
50000&amp;lt;-100000='(3) 50-100'
100000&amp;lt;-150000='(4) 100-150'
150000&amp;lt;-200000='(5) 150-200'
200000&amp;lt;-250000='(6) 200-250'
250000&amp;lt;-300000='(7) 250-300'
300000&amp;lt;350000='(8) 300-350'
350000='(9) 350000'
;
Run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 13 Jun 2021 10:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-format-error/m-p/747598#M234677</guid>
      <dc:creator>Ronein</dc:creator>
      <dc:date>2021-06-13T10:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: Proc format error</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-format-error/m-p/747600#M234678</link>
      <description>&lt;P&gt;You always need a hyphen in the range. The angled bracket is used to exclude the edge value. To exclude both edges, use&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;300000&amp;lt;-&amp;lt;350000='(8) 300-350'&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 13 Jun 2021 10:35:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-format-error/m-p/747600#M234678</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2021-06-13T10:35:13Z</dc:date>
    </item>
  </channel>
</rss>

