<?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 too many dimensions in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-too-many-dimensions/m-p/440280#M109952</link>
    <description>&lt;P&gt;I'm not an Excel user, so can't be that much help.&amp;nbsp; But I would guess the easiest thing to port over to Excel would be a SAS data set.&amp;nbsp; Why try to port over a report (which can take on many different forms), when you can port a data set?&lt;/P&gt;</description>
    <pubDate>Mon, 26 Feb 2018 17:49:34 GMT</pubDate>
    <dc:creator>Astounding</dc:creator>
    <dc:date>2018-02-26T17:49:34Z</dc:date>
    <item>
      <title>proc tabulate too many dimensions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-too-many-dimensions/m-p/440212#M109928</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do I create a proc tabulate with 23 columns (each column is a different variable)? I get an error saying their are too many dimensions when using a small sample below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc tabulate data=test.testing;&lt;BR /&gt;class pdte;&lt;BR /&gt;var F1 F1V F2 F2V;&lt;BR /&gt;table (pdte="2") *&lt;BR /&gt;(F1="1") ,&lt;BR /&gt;(F1V="2") ,&lt;BR /&gt;(F2="3") ,&lt;BR /&gt;(F2V="4");&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 15:47:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-too-many-dimensions/m-p/440212#M109928</guid>
      <dc:creator>Brandon16</dc:creator>
      <dc:date>2018-02-26T15:47:09Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate too many dimensions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-too-many-dimensions/m-p/440258#M109943</link>
      <description>&lt;P&gt;I'm not sure I can take you through all the steps you need to get a working program.&amp;nbsp; But I can at least answer this question and leave the subsequent questions to you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PROC TABULATE allows just three dimensions.&amp;nbsp; You can define the pages, the rows, and the columns.&amp;nbsp; Within a TABLE statement, the comma is a key symbol that separates one dimension from the next.&amp;nbsp; So you can use at most two commas in a single TABLE statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To make PDTE the rows, and add a separate column for each of your variables, the TABLE statement would look more like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;table pdte="2",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; F1="1"&amp;nbsp; F1V="2"&amp;nbsp; F2="3"&amp;nbsp; F2V="4";&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The spacing and indentation are arbitrary ... whatever is easily readable is OK.&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 17:15:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-too-many-dimensions/m-p/440258#M109943</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-02-26T17:15:07Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate too many dimensions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-too-many-dimensions/m-p/440261#M109944</link>
      <description>&lt;P&gt;That makes sense, thank you. I need to get the data currently in a dataset into a format where I can automate it into excel. Without using a Tabulate, im not sure how else I would go about doing it, any ideas at all please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 17:21:55 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-too-many-dimensions/m-p/440261#M109944</guid>
      <dc:creator>Brandon16</dc:creator>
      <dc:date>2018-02-26T17:21:55Z</dc:date>
    </item>
    <item>
      <title>Re: proc tabulate too many dimensions</title>
      <link>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-too-many-dimensions/m-p/440280#M109952</link>
      <description>&lt;P&gt;I'm not an Excel user, so can't be that much help.&amp;nbsp; But I would guess the easiest thing to port over to Excel would be a SAS data set.&amp;nbsp; Why try to port over a report (which can take on many different forms), when you can port a data set?&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2018 17:49:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/proc-tabulate-too-many-dimensions/m-p/440280#M109952</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2018-02-26T17:49:34Z</dc:date>
    </item>
  </channel>
</rss>

