<?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: Converting vaxis values from numeric to scientific notation in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585651#M167062</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc boxplot data=dombox;
plot gross*dombox/grid;
format gross E8.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How about that?&lt;/P&gt;</description>
    <pubDate>Mon, 02 Sep 2019 18:32:13 GMT</pubDate>
    <dc:creator>PeterClemmensen</dc:creator>
    <dc:date>2019-09-02T18:32:13Z</dc:date>
    <item>
      <title>Converting vaxis values from numeric to scientific notation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585645#M167059</link>
      <description>&lt;P&gt;Hey,&lt;BR /&gt;&lt;BR /&gt;the vaxis values here are numeric and I want to change them into scientific notation.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bild 02.09.19 um 12.57.jpg" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/32172i2CA4BA32A8C630BB/image-size/large?v=v2&amp;amp;px=999" role="button" title="Bild 02.09.19 um 12.57.jpg" alt="Bild 02.09.19 um 12.57.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;SAS want to have an proper Format Name so I checked DSL2 list and found Format.ew. I tried to use it in combination with vformat, but &amp;nbsp;it didn't run.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;PRE&gt;1          OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 72         
 73         proc boxplot data=dombox;
 74         plot gross*dombox/grid vformat=format.ew;
                                           _________
                                           22
                                           201
 ERROR 22-322: Expecting ein Formatname.  
 ERROR 201-322: The option is not recognized and will be ignored.
 75         run;
 
 NOTE: The SAS System stopped processing this step because of errors.
 NOTE:  Verwendet wurde: PROZEDUR BOXPLOT - (Gesamtverarbeitungszeit):
       real time           0.00 seconds
       cpu time            0.00 seconds
       
 76         
 77         
 78         OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
 90         &lt;/PRE&gt;&lt;P&gt;How can I change the vaxis values into scientific notation, please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Also I would like to have the graph nearer to the vaxis ... just in case someone has an idea about how to do that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 18:11:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585645#M167059</guid>
      <dc:creator>Lacona</dc:creator>
      <dc:date>2019-09-02T18:11:54Z</dc:date>
    </item>
    <item>
      <title>Re: Converting vaxis values from numeric to scientific notation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585646#M167060</link>
      <description>&lt;P&gt;Simply use a Format Statement and use &lt;A href="http://support.sas.com/documentation/cdl/en/lrdict/64316/HTML/default/viewer.htm#a000205131.htm" target="_self"&gt;E8. Format&lt;/A&gt; eg&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 18:16:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585646#M167060</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-09-02T18:16:14Z</dc:date>
    </item>
    <item>
      <title>Re: Converting vaxis values from numeric to scientific notation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585650#M167061</link>
      <description>&lt;PRE&gt;proc boxplot data=dombox;
plot gross*dombox/grid;
format E8;
run;&lt;/PRE&gt;&lt;P&gt;nothing changed, numeric values are still there&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 18:31:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585650#M167061</guid>
      <dc:creator>Lacona</dc:creator>
      <dc:date>2019-09-02T18:31:25Z</dc:date>
    </item>
    <item>
      <title>Re: Converting vaxis values from numeric to scientific notation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585651#M167062</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc boxplot data=dombox;
plot gross*dombox/grid;
format gross E8.;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;How about that?&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 18:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585651#M167062</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-09-02T18:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Converting vaxis values from numeric to scientific notation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585655#M167066</link>
      <description>&lt;P&gt;works perfectly!&amp;nbsp;&lt;BR /&gt;Thank you!&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 19:26:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585655#M167066</guid>
      <dc:creator>Lacona</dc:creator>
      <dc:date>2019-09-02T19:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Converting vaxis values from numeric to scientific notation</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585657#M167068</link>
      <description>&lt;P&gt;Anytime &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2019 19:43:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Converting-vaxis-values-from-numeric-to-scientific-notation/m-p/585657#M167068</guid>
      <dc:creator>PeterClemmensen</dc:creator>
      <dc:date>2019-09-02T19:43:29Z</dc:date>
    </item>
  </channel>
</rss>

