<?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 How to limit the number of decimal places in an output from proc means in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-limit-the-number-of-decimal-places-in-an-output-from-proc/m-p/29498#M6934</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC MEANS has the option of MAXDEC which can control the number of decimal places in the output. But this option cannot exert control for the output data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC MEANS DATA=work.model MEAN;&lt;/P&gt;&lt;P&gt;VAR _all_;&lt;/P&gt;&lt;P&gt;OUTPUT OUT=work.param(DROP=_NAME_ _TYPE_ _FREQ_ modelid) MEAN=;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way, all variables in the outoput will have many decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I need to manually use a FORMAT statement to change this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Jul 2011 15:06:19 GMT</pubDate>
    <dc:creator>Ruth</dc:creator>
    <dc:date>2011-07-12T15:06:19Z</dc:date>
    <item>
      <title>How to limit the number of decimal places in an output from proc means</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-limit-the-number-of-decimal-places-in-an-output-from-proc/m-p/29498#M6934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PROC MEANS has the option of MAXDEC which can control the number of decimal places in the output. But this option cannot exert control for the output data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC MEANS DATA=work.model MEAN;&lt;/P&gt;&lt;P&gt;VAR _all_;&lt;/P&gt;&lt;P&gt;OUTPUT OUT=work.param(DROP=_NAME_ _TYPE_ _FREQ_ modelid) MEAN=;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this way, all variables in the outoput will have many decimal places.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe I need to manually use a FORMAT statement to change this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 15:06:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-limit-the-number-of-decimal-places-in-an-output-from-proc/m-p/29498#M6934</guid>
      <dc:creator>Ruth</dc:creator>
      <dc:date>2011-07-12T15:06:19Z</dc:date>
    </item>
    <item>
      <title>How to limit the number of decimal places in an output from proc means</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-limit-the-number-of-decimal-places-in-an-output-from-proc/m-p/29499#M6935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The mean should inherit the FORMAT associated with the analysis variables.&amp;nbsp; Then you can have difference formats for each variable if needed. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 15:11:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-limit-the-number-of-decimal-places-in-an-output-from-proc/m-p/29499#M6935</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2011-07-12T15:11:52Z</dc:date>
    </item>
    <item>
      <title>How to limit the number of decimal places in an output from proc means</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-limit-the-number-of-decimal-places-in-an-output-from-proc/m-p/29500#M6936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The decimal places are inherited from the proc logistic. They are the parameter estimates as &lt;/P&gt;OUTEST=. So I need to control the decimal places at the proc logistic step.&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 15:31:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-limit-the-number-of-decimal-places-in-an-output-from-proc/m-p/29500#M6936</guid>
      <dc:creator>Ruth</dc:creator>
      <dc:date>2011-07-12T15:31:38Z</dc:date>
    </item>
    <item>
      <title>How to limit the number of decimal places in an output from proc means</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-limit-the-number-of-decimal-places-in-an-output-from-proc/m-p/29501#M6937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; In that case I would just use a format statment for the VARS in PROC MEANS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Jul 2011 15:37:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-limit-the-number-of-decimal-places-in-an-output-from-proc/m-p/29501#M6937</guid>
      <dc:creator>data_null__</dc:creator>
      <dc:date>2011-07-12T15:37:51Z</dc:date>
    </item>
  </channel>
</rss>

