<?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: Redusing to two decimals for salary variable in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Redusing-to-two-decimals-for-salary-variable/m-p/74843#M21721</link>
    <description>It works fine....&lt;BR /&gt;
&lt;BR /&gt;
thanks cynthia...</description>
    <pubDate>Mon, 23 Feb 2009 05:58:23 GMT</pubDate>
    <dc:creator>venkatesh</dc:creator>
    <dc:date>2009-02-23T05:58:23Z</dc:date>
    <item>
      <title>Redusing to two decimals for salary variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Redusing-to-two-decimals-for-salary-variable/m-p/74841#M21719</link>
      <description>Hi.,&lt;BR /&gt;
&lt;BR /&gt;
want to reduce the salary variable after two decimal points in DI studio&lt;BR /&gt;
&lt;BR /&gt;
for example salary---------2500.0025314&lt;BR /&gt;
required salary----------2500.00&lt;BR /&gt;
&lt;BR /&gt;
it has to be in DI studio only....&lt;BR /&gt;
Thanks a lot</description>
      <pubDate>Fri, 20 Feb 2009 12:19:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Redusing-to-two-decimals-for-salary-variable/m-p/74841#M21719</guid>
      <dc:creator>venkatesh</dc:creator>
      <dc:date>2009-02-20T12:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Redusing to two decimals for salary variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Redusing-to-two-decimals-for-salary-variable/m-p/74842#M21720</link>
      <description>Hi:&lt;BR /&gt;
  You either need to use the ROUND function when you create the salary variable (or in your table loading program code):&lt;BR /&gt;
  salary = round(xxx,.01);&lt;BR /&gt;
&lt;BR /&gt;
or&lt;BR /&gt;
   you can apply a format to reduce the DISPLAYED decimal places to 2 places. &lt;BR /&gt;
  format salary 10.2;  &lt;BR /&gt;
&lt;BR /&gt;
The format method means that the number would still be stored with more than 2 decimal places. The users would never see more than 2 as long as the format was permanently assigned and they did not change it.&lt;BR /&gt;
&lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 20 Feb 2009 14:37:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Redusing-to-two-decimals-for-salary-variable/m-p/74842#M21720</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-02-20T14:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: Redusing to two decimals for salary variable</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Redusing-to-two-decimals-for-salary-variable/m-p/74843#M21721</link>
      <description>It works fine....&lt;BR /&gt;
&lt;BR /&gt;
thanks cynthia...</description>
      <pubDate>Mon, 23 Feb 2009 05:58:23 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Redusing-to-two-decimals-for-salary-variable/m-p/74843#M21721</guid>
      <dc:creator>venkatesh</dc:creator>
      <dc:date>2009-02-23T05:58:23Z</dc:date>
    </item>
  </channel>
</rss>

