<?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: SAS Format in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Format/m-p/315960#M68969</link>
    <description>&lt;P&gt;Use the `Ew.d` format, perhaps?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data _null_;
x= 4.59038E-15;
put x= E9.2;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Thu, 01 Dec 2016 15:01:45 GMT</pubDate>
    <dc:creator>snoopy369</dc:creator>
    <dc:date>2016-12-01T15:01:45Z</dc:date>
    <item>
      <title>SAS Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Format/m-p/315950#M68967</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In one code of SAS I get an output like - 4.59E-15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Another code (same varibale) the output is like - 4.59038E-15&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can't see that any formatting has been done on the first output and I would like the second output to be the same as the first.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Any idea what format I need to use please?&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 14:30:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Format/m-p/315950#M68967</guid>
      <dc:creator>anonymous_user</dc:creator>
      <dc:date>2016-12-01T14:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Format/m-p/315960#M68969</link>
      <description>&lt;P&gt;Use the `Ew.d` format, perhaps?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
data _null_;
x= 4.59038E-15;
put x= E9.2;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 01 Dec 2016 15:01:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Format/m-p/315960#M68969</guid>
      <dc:creator>snoopy369</dc:creator>
      <dc:date>2016-12-01T15:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Format</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Format/m-p/315963#M68971</link>
      <description>&lt;P&gt;Perfect, thanks for your help!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 15:07:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Format/m-p/315963#M68971</guid>
      <dc:creator>anonymous_user</dc:creator>
      <dc:date>2016-12-01T15:07:59Z</dc:date>
    </item>
  </channel>
</rss>

