<?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: Avoid the warning message in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Avoid-the-warning-message/m-p/262425#M51219</link>
    <description>&lt;P&gt;An example of your data as a datastep would be ideal. &amp;nbsp;At a guess:&lt;/P&gt;
&lt;PRE&gt;data want;
  set have;
  med_range=cats(put(round(median_,.1),8.1)," (",put(round(min_,.1),8.1),"-",put(round(max_,.1),8.1),")");
run;&lt;/PRE&gt;</description>
    <pubDate>Fri, 08 Apr 2016 13:43:25 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2016-04-08T13:43:25Z</dc:date>
    <item>
      <title>Avoid the warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Avoid-the-warning-message/m-p/262423#M51217</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to try to avoid the warning message: &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: Numeric values have been converted to character values at the places given by:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;med_range =compress(round(median_,0.1)) || " ("||compress(round(min_,0.1))||"-"||compress(round(max_,0.1))||")";&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I use put function to change rouned value to character, what the best format I should use considering the big variance of the date value ?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:34:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Avoid-the-warning-message/m-p/262423#M51217</guid>
      <dc:creator>Ivy</dc:creator>
      <dc:date>2016-04-08T13:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid the warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Avoid-the-warning-message/m-p/262425#M51219</link>
      <description>&lt;P&gt;An example of your data as a datastep would be ideal. &amp;nbsp;At a guess:&lt;/P&gt;
&lt;PRE&gt;data want;
  set have;
  med_range=cats(put(round(median_,.1),8.1)," (",put(round(min_,.1),8.1),"-",put(round(max_,.1),8.1),")");
run;&lt;/PRE&gt;</description>
      <pubDate>Fri, 08 Apr 2016 13:43:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Avoid-the-warning-message/m-p/262425#M51219</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-04-08T13:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid the warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Avoid-the-warning-message/m-p/262453#M51234</link>
      <description>&lt;P&gt;Try using a CATT or CATS function instead. They do the conversion and I usually find it easier to read rather than the double pipe.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can usually avoid the COMPRESS() as well, since CATT trims variables.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 08 Apr 2016 14:39:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Avoid-the-warning-message/m-p/262453#M51234</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-04-08T14:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Avoid the warning message</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Avoid-the-warning-message/m-p/262466#M51246</link>
      <description>Thank you very much, RW9 and Reeza, that helps !</description>
      <pubDate>Fri, 08 Apr 2016 14:56:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Avoid-the-warning-message/m-p/262466#M51246</guid>
      <dc:creator>Ivy</dc:creator>
      <dc:date>2016-04-08T14:56:53Z</dc:date>
    </item>
  </channel>
</rss>

