<?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: Numeric Format in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Numeric-Format/m-p/2923#M1311</link>
    <description>You can try:&lt;BR /&gt;
&lt;BR /&gt;
data work.digits;&lt;BR /&gt;
input number1 :14. number2 :14.;&lt;BR /&gt;
format number2 14. dif 15.12;&lt;BR /&gt;
dif=number1-number2;&lt;BR /&gt;
cards;&lt;BR /&gt;
13 12899475490358&lt;BR /&gt;
;&lt;BR /&gt;
run;</description>
    <pubDate>Mon, 30 Apr 2007 10:37:46 GMT</pubDate>
    <dc:creator>Ada_L</dc:creator>
    <dc:date>2007-04-30T10:37:46Z</dc:date>
    <item>
      <title>Numeric Format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Numeric-Format/m-p/2921#M1309</link>
      <description>Hi,&lt;BR /&gt;
 I want to read the 14 digits numeric. I tried with format bestw. and w.d .&lt;BR /&gt;
The sas gives the output in exponent form.  but i need it in 14 digits.&lt;BR /&gt;
Please help how to display in 14 digits.&lt;BR /&gt;
&lt;BR /&gt;
thanks,&lt;BR /&gt;
Selvi.</description>
      <pubDate>Thu, 26 Apr 2007 14:30:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Numeric-Format/m-p/2921#M1309</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-04-26T14:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Numeric-Format/m-p/2922#M1310</link>
      <description>Hi ,&lt;BR /&gt;
&lt;BR /&gt;
Sorry. i forgot to present my finidings.&lt;BR /&gt;
&lt;BR /&gt;
I Actuall i want to do the arithemetic operation (13 - 12899475490358 ).&lt;BR /&gt;
I have tried with Zw. format also. But sas returns the data in exponent format.&lt;BR /&gt;
Please tell me how to display the numberic in normal form(14 digit numeric).&lt;BR /&gt;
&lt;BR /&gt;
Thanks,&lt;BR /&gt;
Selvi.</description>
      <pubDate>Thu, 26 Apr 2007 14:45:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Numeric-Format/m-p/2922#M1310</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-04-26T14:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: Numeric Format</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Numeric-Format/m-p/2923#M1311</link>
      <description>You can try:&lt;BR /&gt;
&lt;BR /&gt;
data work.digits;&lt;BR /&gt;
input number1 :14. number2 :14.;&lt;BR /&gt;
format number2 14. dif 15.12;&lt;BR /&gt;
dif=number1-number2;&lt;BR /&gt;
cards;&lt;BR /&gt;
13 12899475490358&lt;BR /&gt;
;&lt;BR /&gt;
run;</description>
      <pubDate>Mon, 30 Apr 2007 10:37:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Numeric-Format/m-p/2923#M1311</guid>
      <dc:creator>Ada_L</dc:creator>
      <dc:date>2007-04-30T10:37:46Z</dc:date>
    </item>
  </channel>
</rss>

