<?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: values overlap CNTLIN in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578238#M13320</link>
    <description>&lt;P&gt;You can use the OTHER option to create a format value for anything not in your list.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example it's set to error but you can set it to whatever you'd like:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n1e19y6lrektafn1kj6nbvhus59w.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n1e19y6lrektafn1kj6nbvhus59w.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/278427"&gt;@erickdt&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Reeza, thanks for the fast reply... it works!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;however i have another question....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my case I've COD_BLOQUEIO equal 72 and isn't at the format.... applying the format my variable keep still the same value "72".. is it possible "clean" the value of the variable if value isn't at the format? thanks in advanced, again!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 31 Jul 2019 22:32:05 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-07-31T22:32:05Z</dc:date>
    <item>
      <title>values overlap CNTLIN</title>
      <link>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578231#M13317</link>
      <description>&lt;P&gt;Hi there!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I got the follow error when I try to use CNTLIN:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ERROR: For format $CD_BLOQUEIO, this range is repeated, or values overlap: 16-16.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data BASE;&lt;BR /&gt;input CD_BLOQUEIO CD_PESO;&lt;BR /&gt;datalines;&lt;BR /&gt;57 3&lt;BR /&gt;58 4&lt;BR /&gt;59 5&lt;BR /&gt;60 16&lt;BR /&gt;61 16&lt;BR /&gt;62 1&lt;BR /&gt;;&lt;/P&gt;&lt;P&gt;DATA CD_BLOQUEIO ;&lt;BR /&gt;SET BASE (RENAME = (cd_peso = START CD_BLOQUEIO= LABEL));&lt;BR /&gt;FMTNAME = "$CD_BLOQUEIO" ;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PROC FORMAT&lt;BR /&gt;CNTLIN = CD_BLOQUEIO;&lt;BR /&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My format should be based on "CD BLOQUEIO"....&amp;nbsp;&lt;BR /&gt;If CD BLOQUEIO equal 60 my result applyng format should 16 ,as well if my CD_BLOQUEIO equal 61.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Is it rigth? Thanks in advanced&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 21:34:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578231#M13317</guid>
      <dc:creator>erickdt</dc:creator>
      <dc:date>2019-07-31T21:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: values overlap CNTLIN</title>
      <link>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578233#M13318</link>
      <description>You have your START and LABEL variables set backwards. Try reversing them and see if that's what you want. START is what your variables currently look like, LABEL is what you want them to look like.</description>
      <pubDate>Wed, 31 Jul 2019 21:41:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578233#M13318</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-31T21:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: values overlap CNTLIN</title>
      <link>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578236#M13319</link>
      <description>&lt;P&gt;Hi Reeza, thanks for the fast reply... it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;however i have another question....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my case I've COD_BLOQUEIO equal 72 and isn't at the format.... applying the format my variable keep still the same value "72".. is it possible "clean" the value of the variable if value isn't at the format? thanks in advanced, again!&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 22:24:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578236#M13319</guid>
      <dc:creator>erickdt</dc:creator>
      <dc:date>2019-07-31T22:24:54Z</dc:date>
    </item>
    <item>
      <title>Re: values overlap CNTLIN</title>
      <link>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578238#M13320</link>
      <description>&lt;P&gt;You can use the OTHER option to create a format value for anything not in your list.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In this example it's set to error but you can set it to whatever you'd like:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n1e19y6lrektafn1kj6nbvhus59w.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en"&gt;https://documentation.sas.com/?docsetId=proc&amp;amp;docsetTarget=n1e19y6lrektafn1kj6nbvhus59w.htm&amp;amp;docsetVersion=9.4&amp;amp;locale=en&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/278427"&gt;@erickdt&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Reeza, thanks for the fast reply... it works!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;however i have another question....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my case I've COD_BLOQUEIO equal 72 and isn't at the format.... applying the format my variable keep still the same value "72".. is it possible "clean" the value of the variable if value isn't at the format? thanks in advanced, again!&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 22:32:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578238#M13320</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-07-31T22:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: values overlap CNTLIN</title>
      <link>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578241#M13321</link>
      <description>&lt;P&gt;Why are you defining a character format using numeric variables?&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jul 2019 23:04:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/values-overlap-CNTLIN/m-p/578241#M13321</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2019-07-31T23:04:14Z</dc:date>
    </item>
  </channel>
</rss>

