<?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 Proc Format Range Overlap Error in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Format-Range-Overlap-Error/m-p/68968#M19770</link>
    <description>With the following code I get the below error.&lt;BR /&gt;
&lt;BR /&gt;
proc format;&lt;BR /&gt;
  value $tmpRNG&lt;BR /&gt;
          0 = "0 only"&lt;BR /&gt;
       0&amp;lt;-5 = "1-5"&lt;BR /&gt;
     10&amp;lt;-15 = "11-15"&lt;BR /&gt;
     15&amp;lt;-20 = "16-20"&lt;BR /&gt;
     20&amp;lt;-25 = "21-25"&lt;BR /&gt;
     25&amp;lt;-30 = "26-30"&lt;BR /&gt;
     30&amp;lt;-35 = "31-35"&lt;BR /&gt;
     35&amp;lt;-40 = "36-40"&lt;BR /&gt;
     40&amp;lt;-45 = "41-45"&lt;BR /&gt;
     45&amp;lt;-50 = "46-50"&lt;BR /&gt;
     50&amp;lt;-55 = "51-55"&lt;BR /&gt;
     55&amp;lt;-60 = "56-60"&lt;BR /&gt;
     60&amp;lt;-65 = "61-65"&lt;BR /&gt;
     65&amp;lt;-70 = "66-70"&lt;BR /&gt;
     70&amp;lt;-75 = "71-75"&lt;BR /&gt;
     75&amp;lt;-80 = "76-80"&lt;BR /&gt;
     80&amp;lt;-85 = "81-85"&lt;BR /&gt;
     85&amp;lt;-90 = "86-90"&lt;BR /&gt;
     90&amp;lt;-95 = "91-95";&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
14         proc format;&lt;BR /&gt;
15           value $tmpRNG&lt;BR /&gt;
16                   0 = "0 only"&lt;BR /&gt;
17                0&amp;lt;-5 = "1-5"&lt;BR /&gt;
19              10&amp;lt;-15 = "11-15"&lt;BR /&gt;
20              15&amp;lt;-20 = "16-20"&lt;BR /&gt;
21              20&amp;lt;-25 = "21-25"&lt;BR /&gt;
22              25&amp;lt;-30 = "26-30"&lt;BR /&gt;
23              30&amp;lt;-35 = "31-35"&lt;BR /&gt;
24              35&amp;lt;-40 = "36-40"&lt;BR /&gt;
25              40&amp;lt;-45 = "41-45"&lt;BR /&gt;
26              45&amp;lt;-50 = "46-50"&lt;BR /&gt;
27              50&amp;lt;-55 = "51-55"&lt;BR /&gt;
28              55&amp;lt;-60 = "56-60"&lt;BR /&gt;
29              60&amp;lt;-65 = "61-65"&lt;BR /&gt;
30              65&amp;lt;-70 = "66-70"&lt;BR /&gt;
31              70&amp;lt;-75 = "71-75"&lt;BR /&gt;
32              75&amp;lt;-80 = "76-80"&lt;BR /&gt;
33              80&amp;lt;-85 = "81-85"&lt;BR /&gt;
34              85&amp;lt;-90 = "86-90"&lt;BR /&gt;
35              90&amp;lt;-95 = "91-95";&lt;BR /&gt;
ERROR: These two ranges overlap: 0&amp;lt;-5 and 10&amp;lt;-15 (fuzz=0).&lt;BR /&gt;
NOTE: The previous statement has been deleted.&lt;BR /&gt;
37         run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
If i comment out the line, 0&amp;lt;-5 = "1-5", it all works fine but if I uncomment out the other two lines I get errors.  Did I type somethig in wrong?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
Timothy

Message was edited by: bigman</description>
    <pubDate>Wed, 17 Mar 2010 13:10:54 GMT</pubDate>
    <dc:creator>bigman</dc:creator>
    <dc:date>2010-03-17T13:10:54Z</dc:date>
    <item>
      <title>Proc Format Range Overlap Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Format-Range-Overlap-Error/m-p/68968#M19770</link>
      <description>With the following code I get the below error.&lt;BR /&gt;
&lt;BR /&gt;
proc format;&lt;BR /&gt;
  value $tmpRNG&lt;BR /&gt;
          0 = "0 only"&lt;BR /&gt;
       0&amp;lt;-5 = "1-5"&lt;BR /&gt;
     10&amp;lt;-15 = "11-15"&lt;BR /&gt;
     15&amp;lt;-20 = "16-20"&lt;BR /&gt;
     20&amp;lt;-25 = "21-25"&lt;BR /&gt;
     25&amp;lt;-30 = "26-30"&lt;BR /&gt;
     30&amp;lt;-35 = "31-35"&lt;BR /&gt;
     35&amp;lt;-40 = "36-40"&lt;BR /&gt;
     40&amp;lt;-45 = "41-45"&lt;BR /&gt;
     45&amp;lt;-50 = "46-50"&lt;BR /&gt;
     50&amp;lt;-55 = "51-55"&lt;BR /&gt;
     55&amp;lt;-60 = "56-60"&lt;BR /&gt;
     60&amp;lt;-65 = "61-65"&lt;BR /&gt;
     65&amp;lt;-70 = "66-70"&lt;BR /&gt;
     70&amp;lt;-75 = "71-75"&lt;BR /&gt;
     75&amp;lt;-80 = "76-80"&lt;BR /&gt;
     80&amp;lt;-85 = "81-85"&lt;BR /&gt;
     85&amp;lt;-90 = "86-90"&lt;BR /&gt;
     90&amp;lt;-95 = "91-95";&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
14         proc format;&lt;BR /&gt;
15           value $tmpRNG&lt;BR /&gt;
16                   0 = "0 only"&lt;BR /&gt;
17                0&amp;lt;-5 = "1-5"&lt;BR /&gt;
19              10&amp;lt;-15 = "11-15"&lt;BR /&gt;
20              15&amp;lt;-20 = "16-20"&lt;BR /&gt;
21              20&amp;lt;-25 = "21-25"&lt;BR /&gt;
22              25&amp;lt;-30 = "26-30"&lt;BR /&gt;
23              30&amp;lt;-35 = "31-35"&lt;BR /&gt;
24              35&amp;lt;-40 = "36-40"&lt;BR /&gt;
25              40&amp;lt;-45 = "41-45"&lt;BR /&gt;
26              45&amp;lt;-50 = "46-50"&lt;BR /&gt;
27              50&amp;lt;-55 = "51-55"&lt;BR /&gt;
28              55&amp;lt;-60 = "56-60"&lt;BR /&gt;
29              60&amp;lt;-65 = "61-65"&lt;BR /&gt;
30              65&amp;lt;-70 = "66-70"&lt;BR /&gt;
31              70&amp;lt;-75 = "71-75"&lt;BR /&gt;
32              75&amp;lt;-80 = "76-80"&lt;BR /&gt;
33              80&amp;lt;-85 = "81-85"&lt;BR /&gt;
34              85&amp;lt;-90 = "86-90"&lt;BR /&gt;
35              90&amp;lt;-95 = "91-95";&lt;BR /&gt;
ERROR: These two ranges overlap: 0&amp;lt;-5 and 10&amp;lt;-15 (fuzz=0).&lt;BR /&gt;
NOTE: The previous statement has been deleted.&lt;BR /&gt;
37         run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
If i comment out the line, 0&amp;lt;-5 = "1-5", it all works fine but if I uncomment out the other two lines I get errors.  Did I type somethig in wrong?&lt;BR /&gt;
&lt;BR /&gt;
Thanks.&lt;BR /&gt;
Timothy

Message was edited by: bigman</description>
      <pubDate>Wed, 17 Mar 2010 13:10:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Format-Range-Overlap-Error/m-p/68968#M19770</guid>
      <dc:creator>bigman</dc:creator>
      <dc:date>2010-03-17T13:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Format Range Overlap Error</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-Format-Range-Overlap-Error/m-p/68969#M19771</link>
      <description>You are attempting to create a SAS CHARACTER format and so you cannot code a value range.&lt;BR /&gt;
&lt;BR /&gt;
Also, when posting code, you should keep in mind the information in the post below (suggest bookmarking the page/link for future reference):&lt;BR /&gt;
&lt;BR /&gt;
&lt;A href="http://support.sas.com/forums/thread.jspa?messageID=27609" target="_blank"&gt;http://support.sas.com/forums/thread.jspa?messageID=27609&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.</description>
      <pubDate>Wed, 17 Mar 2010 13:23:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-Format-Range-Overlap-Error/m-p/68969#M19771</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-03-17T13:23:36Z</dc:date>
    </item>
  </channel>
</rss>

