<?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 How to keep dots between numbers when compress function is used in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-dots-between-numbers-when-compress-function-is-used/m-p/346732#M79986</link>
    <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my data one of the value is "Visit 15.1". I am getting 151 with my code. Which modifier I need to use to get15.1. Thank you very much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VISITNUM=input(COMPRESS(VISIT,,'kd'),best.);&lt;/P&gt;</description>
    <pubDate>Mon, 03 Apr 2017 16:01:20 GMT</pubDate>
    <dc:creator>knveraraju91</dc:creator>
    <dc:date>2017-04-03T16:01:20Z</dc:date>
    <item>
      <title>How to keep dots between numbers when compress function is used</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-dots-between-numbers-when-compress-function-is-used/m-p/346732#M79986</link>
      <description>&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In my data one of the value is "Visit 15.1". I am getting 151 with my code. Which modifier I need to use to get15.1. Thank you very much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VISITNUM=input(COMPRESS(VISIT,,'kd'),best.);&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 16:01:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-dots-between-numbers-when-compress-function-is-used/m-p/346732#M79986</guid>
      <dc:creator>knveraraju91</dc:creator>
      <dc:date>2017-04-03T16:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to keep dots between numbers when compress function is used</title>
      <link>https://communities.sas.com/t5/SAS-Programming/How-to-keep-dots-between-numbers-when-compress-function-is-used/m-p/346745#M79990</link>
      <description>&lt;P&gt;VISITNUM=input(COMPRESS(VISIT,&lt;FONT color="#ff0000"&gt;'.'&lt;/FONT&gt;,'kd'),best.);&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "K" will apply to both the "." and the "d".&lt;/P&gt;</description>
      <pubDate>Mon, 03 Apr 2017 16:48:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/How-to-keep-dots-between-numbers-when-compress-function-is-used/m-p/346745#M79990</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2017-04-03T16:48:29Z</dc:date>
    </item>
  </channel>
</rss>

