<?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: Proc tabulate arranging tables in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142288#M37867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export to what? Where?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Oct 2014 17:54:42 GMT</pubDate>
    <dc:creator>PGStats</dc:creator>
    <dc:date>2014-10-26T17:54:42Z</dc:date>
    <item>
      <title>Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142283#M37862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Need help Im proctabulating two tables A and B from the same data source. When i do, the other table appears at the bottom. I want the two tables to be arranged next to each other like this ( just example)&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;&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;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tablea&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Table b&lt;/P&gt;&lt;P&gt;xxxx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="font-size: 13.3333330154419px;"&gt;xxxx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;xxxx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xxxx&lt;/P&gt;&lt;P&gt;xxxx&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; xxxx&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; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" style="border: 1px solid rgb(0, 0, 0); width: 100%;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;/TH&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 17:47:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142283#M37862</guid>
      <dc:creator>menhtp</dc:creator>
      <dc:date>2014-10-25T17:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142284#M37863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please show the code you tried so far. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 19:10:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142284#M37863</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-10-25T19:10:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142285#M37864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ive used a code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Proc tabulate data = tablea&lt;/P&gt;&lt;P&gt;class&amp;nbsp; item1 item2;&lt;/P&gt;&lt;P&gt;var colour;&lt;/P&gt;&lt;P&gt;table item1 all, item2 All;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Proc tabulate data = tableb&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;class desp1 desp2;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;var colour;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;table &lt;SPAN style="font-size: 13.3333330154419px;"&gt;desp1&lt;/SPAN&gt; all, &lt;SPAN style="font-size: 13.3333330154419px;"&gt;desp2&lt;/SPAN&gt; All;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;run;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;I just want output table to display side by side.&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;&lt;/P&gt;&lt;P style="font-size: 13.3333330154419px;"&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 25 Oct 2014 19:23:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142285#M37864</guid>
      <dc:creator>menhtp</dc:creator>
      <dc:date>2014-10-25T19:23:02Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142286#M37865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I get something half decent with option &lt;EM&gt;&lt;STRONG&gt;columns=2&lt;/STRONG&gt;&lt;/EM&gt;&amp;nbsp; :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;option orientation=portrait nodate nonumber;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;title;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods rtf file="&amp;amp;sasforum.\Reports\tabulate 2 col.rtf" columns=2 style=journal;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc tabulate data=sashelp.class format=6.1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class sex age;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var height;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;table sex, height*age*mean="";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;proc tabulate data=sashelp.class format=6.1;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;class sex age;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;var weight;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;table sex, weight*age*mean="";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;run;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;ods rtf close;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Oct 2014 00:53:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142286#M37865</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-10-26T00:53:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142287#M37866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So no code in sas that can arrange the tables side by side before export?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Oct 2014 12:11:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142287#M37866</guid>
      <dc:creator>menhtp</dc:creator>
      <dc:date>2014-10-26T12:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142288#M37867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Export to what? Where?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Oct 2014 17:54:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142288#M37867</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-10-26T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142289#M37868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To CSV&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Oct 2014 18:28:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142289#M37868</guid>
      <dc:creator>menhtp</dc:creator>
      <dc:date>2014-10-26T18:28:13Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142290#M37869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As far as I know, CSV format supports data tables but not report tables (with multi-level column and row headings). Is it the OUT= dataset(s) you are after? - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Oct 2014 19:26:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142290#M37869</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-10-26T19:26:59Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142291#M37870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use Notepad++ to get this once you output these two table into a CSV file.&lt;/P&gt;&lt;P&gt;Open it by Notepad++ and Use ALT+mouse selection to copy the second table at the next of the first table .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 05:44:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142291#M37870</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2014-10-27T05:44:48Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142292#M37871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px; background-color: #ffffff;"&gt; Is it the OUT= dataset(s) you are after? - PG&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px; background-color: #ffffff;"&gt;that's correct sorry not CSV.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13.3333330154419px; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 18:43:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142292#M37871</guid>
      <dc:creator>menhtp</dc:creator>
      <dc:date>2014-10-27T18:43:28Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142293#M37872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just looking to the out = than could arrange the tables next to each other. Not sure whre I will position&amp;nbsp;&amp;nbsp; your code on my code.&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;Could you explain the bit below? &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;ods rtf file="&amp;amp;sasforum.\Reports\tabulate 2 col.rtf" columns=2 style=journal;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-size: 13.3333330154419px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; background-color: #ffffff;"&gt;Thanks.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 18:46:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142293#M37872</guid>
      <dc:creator>menhtp</dc:creator>
      <dc:date>2014-10-27T18:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142294#M37873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The &lt;STRONG&gt;ODS RTF&lt;/STRONG&gt; statement directs procedure printed output to a &lt;EM&gt;.rtf&lt;/EM&gt; file (compatible with Word). &lt;STRONG&gt;FILE=&lt;/STRONG&gt; names the file that will be created, &lt;STRONG&gt;STYLE=journal&lt;/STRONG&gt; chooses a table layout style named&lt;EM&gt; journal&lt;/EM&gt; (default is HTMLBLUE) and &lt;STRONG&gt;COLUMNS=2&lt;/STRONG&gt; requests two printed columns. - PG&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Oct 2014 19:24:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142294#M37873</guid>
      <dc:creator>PGStats</dc:creator>
      <dc:date>2014-10-27T19:24:11Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142295#M37874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi PG&lt;/P&gt;&lt;P&gt;Thanks your method works&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do the export, results show on a microsoft word document. is it possible to export on EXCEL in the same format so tables arranged to next to each other? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 12:13:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142295#M37874</guid>
      <dc:creator>menhtp</dc:creator>
      <dc:date>2014-11-09T12:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Proc tabulate arranging tables</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142296#M37875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, when you do a "true" EXPORT, you are sending SAS data format to other data format (for example SAS data format exported to SPSS data format, or SAS data format exported to DBF data format or SAS data format to Excel data format) You do a true data-to-data export with PROC EXPORT or the SAS Libname engine. In that scenario, then your two separate tables (data tables from OUT=) would NOT be placed side by side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; However, as shown by PGStats, when you move to a REPORT format, for some (but not all) destinations, you can get "side by side" REPORT tables (not data tables). As far as ODS CSV, there is no support of the COLUMNS=2 option. That option is only for RTF/PDF, which are paged destinations and have the controls to do multi-column REPORT documents.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; When you use ODS, you have several methods to create ASCII text REPORT files -- either CSV, HTML or XML -- that Excel knows how to open and render. Unless you post process the CSV output (such as suggested by Xia), ODS CSV does not support the COLUMN option. ODS HTML does not support the COLUMN option. There is an ODS Destination called ODS HTMLPANEL, that will produce columnar output -- but the output is meant to be opened in a browser. I believe that the other destinations -- like ODS TAGSETS.EXCELXP and the experimental ODS EXCEL will put each TABULATE output on a separate worksheet, not side-by-side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; So, in the end, it remains to be seen whether you want a SAS data-to-Excel data output or a SAS output report-to-Excel report document output. You might be able to use the PROC EXPORT or Libname engine methods to write named ranges side-by-side -- but that generally means you have to create the named ranges first.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Nov 2014 18:46:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Proc-tabulate-arranging-tables/m-p/142296#M37875</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-11-09T18:46:28Z</dc:date>
    </item>
  </channel>
</rss>

