<?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 Setting numeric variable length for an ODS output from Proc Univariate in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Setting-numeric-variable-length-for-an-ODS-output-from-Proc/m-p/198255#M13261</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have a question. I am using proc univariate and used ODS output of the output, with the ultimate goal of keeping the 5% and 95%-iles. However, when I do this, the output rounds the values (for example, a 95% value of 7.7 is recorded as 8 in the new dataset; a 5% value of 2.2 is recorded as 2). For the work I am doing, that 1 decimal place is very important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;proc &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;univariate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=refint2.all &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;normal;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; ALKP_VALUE2 GLU_VALUE2 AMYL_VALUE2 TBIL_VALUE2 TP_VALUE2 ALB_VALUE2 CHOL_VALUE2 BUN_VALUE2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;ods&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;output&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; quantiles=allquantiles;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;How can I create the output dataset to include that decimal value? Any help you can provide would be GREATLY appreciated! Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Emi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, guys! I did some random spot-checking on some comparisons I was having SAS make using the quantile values, and it looks like even though it looks like SAS rounded the quantile values (visually), it really didn't for the analysis. Whew!&#xD;
Message was edited by: EMI SAITO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jun 2015 18:32:13 GMT</pubDate>
    <dc:creator>esaito</dc:creator>
    <dc:date>2015-06-02T18:32:13Z</dc:date>
    <item>
      <title>Setting numeric variable length for an ODS output from Proc Univariate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Setting-numeric-variable-length-for-an-ODS-output-from-Proc/m-p/198255#M13261</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;I have a question. I am using proc univariate and used ODS output of the output, with the ultimate goal of keeping the 5% and 95%-iles. However, when I do this, the output rounds the values (for example, a 95% value of 7.7 is recorded as 8 in the new dataset; a 5% value of 2.2 is recorded as 2). For the work I am doing, that 1 decimal place is very important.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample code:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;proc &lt;/SPAN&gt;&lt;SPAN style="; color: #000080; font-size: 10pt; font-family: Courier New;"&gt;&lt;STRONG&gt;univariate&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;data&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;=refint2.all &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;normal;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;var&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; ALKP_VALUE2 GLU_VALUE2 AMYL_VALUE2 TBIL_VALUE2 TP_VALUE2 ALB_VALUE2 CHOL_VALUE2 BUN_VALUE2&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;ods&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt; font-family: Courier New;"&gt;output&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt; quantiles=allquantiles;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: Courier New;"&gt;How can I create the output dataset to include that decimal value? Any help you can provide would be GREATLY appreciated! Thanks!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Emi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, guys! I did some random spot-checking on some comparisons I was having SAS make using the quantile values, and it looks like even though it looks like SAS rounded the quantile values (visually), it really didn't for the analysis. Whew!&#xD;
Message was edited by: EMI SAITO&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 18:32:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Setting-numeric-variable-length-for-an-ODS-output-from-Proc/m-p/198255#M13261</guid>
      <dc:creator>esaito</dc:creator>
      <dc:date>2015-06-02T18:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setting numeric variable length for an ODS output from Proc Univariate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Setting-numeric-variable-length-for-an-ODS-output-from-Proc/m-p/198256#M13262</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why not just use the OUTTABLE option on the PROC UNIVARIATE statement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 19:14:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Setting-numeric-variable-length-for-an-ODS-output-from-Proc/m-p/198256#M13262</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2015-06-02T19:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: Setting numeric variable length for an ODS output from Proc Univariate</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Setting-numeric-variable-length-for-an-ODS-output-from-Proc/m-p/198257#M13263</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The values I see I an output set exactly match those of the results. The procedure does pick a likely format for the variable estimate which may not be optimal for your purpose, especially if the difference in range of your different variables is large.&lt;/P&gt;&lt;P&gt;If you print the data and specify a format like best6. for the estimate variable what do the values look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jun 2015 19:16:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Setting-numeric-variable-length-for-an-ODS-output-from-Proc/m-p/198257#M13263</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-02T19:16:34Z</dc:date>
    </item>
  </channel>
</rss>

