<?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 Convert 10.75% to 10.75. Both values are numeric. in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Convert-10-75-to-10-75-Both-values-are-numeric/m-p/499671#M132989</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help converting a percentage to a number. For example, 10.75% to 10.75 as opposed to 0.1075. The conversion has to be done for 10+ columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;</description>
    <pubDate>Thu, 27 Sep 2018 19:15:46 GMT</pubDate>
    <dc:creator>aakash93</dc:creator>
    <dc:date>2018-09-27T19:15:46Z</dc:date>
    <item>
      <title>Convert 10.75% to 10.75. Both values are numeric.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-10-75-to-10-75-Both-values-are-numeric/m-p/499671#M132989</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help converting a percentage to a number. For example, 10.75% to 10.75 as opposed to 0.1075. The conversion has to be done for 10+ columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;A&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 19:15:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-10-75-to-10-75-Both-values-are-numeric/m-p/499671#M132989</guid>
      <dc:creator>aakash93</dc:creator>
      <dc:date>2018-09-27T19:15:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 10.75% to 10.75. Both values are numeric.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-10-75-to-10-75-Both-values-are-numeric/m-p/499674#M132991</link>
      <description>&lt;P&gt;Please supply some example data (in a data step with datalines), so we can see from where we have to start.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have a numeric variable with a percent format, replace the format with sonething like 6.2, and multiply the value with 100.&lt;/P&gt;</description>
      <pubDate>Thu, 27 Sep 2018 19:21:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-10-75-to-10-75-Both-values-are-numeric/m-p/499674#M132991</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2018-09-27T19:21:46Z</dc:date>
    </item>
    <item>
      <title>Re: Convert 10.75% to 10.75. Both values are numeric.</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Convert-10-75-to-10-75-Both-values-are-numeric/m-p/499757#M133022</link>
      <description>&lt;P&gt;You can also format 10.75 to 10.75% using a custom format.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc format;                           
   picture mypct (round) low-high='009.99%';   
run; 

proc tabulate data=sashelp.class;
   class age sex;
   var weight height; 
   table age, sex*(weight height)*(pctsum*f=mypct.);
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/kb/38/001.html" target="_blank"&gt;https://support.sas.com/kb/38/001.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Sep 2018 02:16:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Convert-10-75-to-10-75-Both-values-are-numeric/m-p/499757#M133022</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-09-28T02:16:21Z</dc:date>
    </item>
  </channel>
</rss>

