<?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: Transposing Proc Tabulate in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302066#M270422</link>
    <description>&lt;P&gt;Not sure I follow. Can you show a more detailed example?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 03 Oct 2016 14:32:30 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2016-10-03T14:32:30Z</dc:date>
    <item>
      <title>Transposing Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302065#M270421</link>
      <description>&lt;P&gt;Is there a way to show a single column list of values as a column rather than a row with proc tabulate?&amp;nbsp; E.g.&lt;/P&gt;&lt;P&gt;Column name&lt;/P&gt;&lt;P&gt;A 5&lt;/P&gt;&lt;P&gt;B 15&lt;/P&gt;&lt;P&gt;C 30&lt;/P&gt;&lt;P&gt;All 50&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of Column name A B C All&lt;/P&gt;&lt;P&gt;5 15 30 50&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:31:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302065#M270421</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2016-10-03T14:31:52Z</dc:date>
    </item>
    <item>
      <title>Re: Transposing Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302066#M270422</link>
      <description>&lt;P&gt;Not sure I follow. Can you show a more detailed example?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:32:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302066#M270422</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-10-03T14:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Transposing Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302067#M270423</link>
      <description>&lt;P&gt;Maybe I didn't understand your intention, but wouldn't proc transpose be able to do this, if you saved your tabulate result to a dataset?&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:34:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302067#M270423</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-10-03T14:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: Transposing Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302068#M270424</link>
      <description>&lt;P&gt;Found the answer. &amp;nbsp;My question was rather bad.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;table (application_type = ' ' all), N = ' ';&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:34:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302068#M270424</guid>
      <dc:creator>DavidPhillips2</dc:creator>
      <dc:date>2016-10-03T14:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: Transposing Proc Tabulate</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302069#M270425</link>
      <description>&lt;P&gt;I am guessing here but the only way would be to put the variable into a ROW level expression.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Apparently you currently have some something like:&lt;/P&gt;
&lt;P&gt;table var all;&lt;/P&gt;
&lt;P&gt;You might try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;table var all ,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;n&lt;/P&gt;
&lt;P&gt;;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Exlicitly making the statistic a separate column and the varaible as a row.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Oct 2016 14:36:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Transposing-Proc-Tabulate/m-p/302069#M270425</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2016-10-03T14:36:52Z</dc:date>
    </item>
  </channel>
</rss>

