<?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: Saving Percentiles in an Output Data Set in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-Percentiles-in-an-Output-Data-Set/m-p/161945#M12041</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is an example of how to get your percentiles into an output dataset in the documentation:&lt;/P&gt;&lt;P&gt;&lt;A name="procstat.univariate.example8"&gt;&lt;/A&gt;Example 4.8 Saving Percentiles in an Output Data Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; However, AFTER you have the percentiles in an output dataset, to get what you want, you either need to restructure your dataset or move to a different procedure. This Tech Support note illustrates (with full code) how to reshape data from a Stat procedure.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/25/016.html" title="http://support.sas.com/kb/25/016.html"&gt;25016 - Reshapes the default output data set from PROC UNIVARIATE, MEANS, or SUMMARY&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 08 Nov 2014 15:21:11 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2014-11-08T15:21:11Z</dc:date>
    <item>
      <title>Saving Percentiles in an Output Data Set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-Percentiles-in-an-Output-Data-Set/m-p/161943#M12039</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;When I perform proc univariate in order to compute percentiles I obtain this output &lt;/P&gt;&lt;DIV align="center"&gt;&lt;TABLE cellpadding="3" cellspacing="0" class="Table" frame="box" rules="all" style="font-family: arial, 'Arial Unicode MS', geneva, 'Lucida Grande', sans-serif; border-width: 1px 0px 0px 1px; border-color: #c1c1c1; color: #000000; background-color: #d8dbd3;" summary="Procedure Print: Data Set WORK.PCTLS"&gt;&lt;TBODY style="font-family: inherit;"&gt;&lt;TR&gt;&lt;TD colspan="1"&gt;&lt;/TD&gt;&lt;TD colspan="1"&gt;per20x1&lt;/TD&gt;&lt;TD colspan="1"&gt;per40x1&lt;/TD&gt;&lt;TD colspan="1"&gt;per20x2&lt;/TD&gt;&lt;TD colspan="1"&gt;per40x2&lt;/TD&gt;&lt;/TR&gt;&lt;TR style="font-family: inherit;"&gt;&lt;TH class="r RowHeader" scope="row" style="font-weight: bold; font-family: Arial, 'Albany AMT', Helvetica, Helv; font-size: x-small; border-width: 0px 1px 1px 0px; border-color: #c1c1c1; background: #f5f7f1;"&gt;1&lt;/TH&gt;&lt;TD class="r Data" style="font-family: Arial, 'Albany AMT', Helvetica, Helv; text-align: right; font-size: x-small; border-width: 0px 1px 1px 0px; border-color: #c1c1c1; background-color: #ffffff;"&gt;1165.91&lt;/TD&gt;&lt;TD class="r Data" style="font-family: Arial, 'Albany AMT', Helvetica, Helv; text-align: right; font-size: x-small; border-width: 0px 1px 1px 0px; border-color: #c1c1c1; background-color: #ffffff;"&gt;1199.26&lt;/TD&gt;&lt;TD class="r Data" style="font-family: Arial, 'Albany AMT', Helvetica, Helv; text-align: right; font-size: x-small; border-width: 0px 1px 1px 0px; border-color: #c1c1c1; background-color: #ffffff;"&gt;2.9595&lt;/TD&gt;&lt;TD class="r Data" style="font-family: Arial, 'Albany AMT', Helvetica, Helv; text-align: right; font-size: x-small; border-width: 0px 1px 1px 0px; border-color: #c1c1c1; background-color: #ffffff;"&gt;2.995&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to have this table&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; X2&lt;/P&gt;&lt;P&gt;per20&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1165.91&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.9595&lt;/P&gt;&lt;P&gt;per40&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1199.26&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 2.995&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Nov 2014 19:14:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-Percentiles-in-an-Output-Data-Set/m-p/161943#M12039</guid>
      <dc:creator>sasphd</dc:creator>
      <dc:date>2014-11-07T19:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Percentiles in an Output Data Set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-Percentiles-in-an-Output-Data-Set/m-p/161944#M12040</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try proc means + odsstack&amp;nbsp; option .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 11:10:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-Percentiles-in-an-Output-Data-Set/m-p/161944#M12040</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-11-08T11:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: Saving Percentiles in an Output Data Set</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-Percentiles-in-an-Output-Data-Set/m-p/161945#M12041</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; There is an example of how to get your percentiles into an output dataset in the documentation:&lt;/P&gt;&lt;P&gt;&lt;A name="procstat.univariate.example8"&gt;&lt;/A&gt;Example 4.8 Saving Percentiles in an Output Data Set&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; However, AFTER you have the percentiles in an output dataset, to get what you want, you either need to restructure your dataset or move to a different procedure. This Tech Support note illustrates (with full code) how to reshape data from a Stat procedure.&lt;/P&gt;&lt;P&gt;&lt;A href="http://support.sas.com/kb/25/016.html" title="http://support.sas.com/kb/25/016.html"&gt;25016 - Reshapes the default output data set from PROC UNIVARIATE, MEANS, or SUMMARY&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Nov 2014 15:21:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Saving-Percentiles-in-an-Output-Data-Set/m-p/161945#M12041</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-11-08T15:21:11Z</dc:date>
    </item>
  </channel>
</rss>

