<?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 Format and Informat in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Format-and-Informat/m-p/552581#M9211</link>
    <description>&lt;P&gt;Data loan;&lt;BR /&gt;Input Account Amount Rate Months;&lt;BR /&gt;Datelines;&lt;BR /&gt;1092 22000 10.0&amp;nbsp; 60&lt;BR /&gt;1731 114000 9.50 360&lt;BR /&gt;1289 10000 10.50&amp;nbsp; 36&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;How do i format the rate to appear as 10,00%, 9.50%, 10.50%&lt;/P&gt;</description>
    <pubDate>Sat, 20 Apr 2019 01:15:54 GMT</pubDate>
    <dc:creator>swayto</dc:creator>
    <dc:date>2019-04-20T01:15:54Z</dc:date>
    <item>
      <title>Format and Informat</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format-and-Informat/m-p/552581#M9211</link>
      <description>&lt;P&gt;Data loan;&lt;BR /&gt;Input Account Amount Rate Months;&lt;BR /&gt;Datelines;&lt;BR /&gt;1092 22000 10.0&amp;nbsp; 60&lt;BR /&gt;1731 114000 9.50 360&lt;BR /&gt;1289 10000 10.50&amp;nbsp; 36&lt;/P&gt;&lt;P&gt;;&lt;/P&gt;&lt;P&gt;How do i format the rate to appear as 10,00%, 9.50%, 10.50%&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2019 01:15:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format-and-Informat/m-p/552581#M9211</guid>
      <dc:creator>swayto</dc:creator>
      <dc:date>2019-04-20T01:15:54Z</dc:date>
    </item>
    <item>
      <title>Re: Format and Informat</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Format-and-Informat/m-p/552582#M9212</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;Data loan;
infile datalines dlm=' ';
Input Account Amount Rate Months;
rate=rate/100;
format rate percent10.2;
Datalines;
1092 22000 10.0  60
1731 114000 9.50 360
1289 10000 10.50  36&lt;BR /&gt;8974 21000 -2.45  12
;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sat, 20 Apr 2019 01:54:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Format-and-Informat/m-p/552582#M9212</guid>
      <dc:creator>VDD</dc:creator>
      <dc:date>2019-04-20T01:54:18Z</dc:date>
    </item>
  </channel>
</rss>

