<?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 Graphing Proc Tabulate Output in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Graphing-Proc-Tabulate-Output/m-p/2468#M1056</link>
    <description>Hi. This might be a basic question but my SAS skills are a bit rusty. I have created tables using proc tabulate that show the range of responses to a survey question over the course of 4 periods. I now want to graph the data from each table. Does Proc Tabulate allow me to output the data? Do I need to do this using a different procedure and then output it? Thanks.</description>
    <pubDate>Tue, 13 Mar 2007 14:30:44 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2007-03-13T14:30:44Z</dc:date>
    <item>
      <title>Graphing Proc Tabulate Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Graphing-Proc-Tabulate-Output/m-p/2468#M1056</link>
      <description>Hi. This might be a basic question but my SAS skills are a bit rusty. I have created tables using proc tabulate that show the range of responses to a survey question over the course of 4 periods. I now want to graph the data from each table. Does Proc Tabulate allow me to output the data? Do I need to do this using a different procedure and then output it? Thanks.</description>
      <pubDate>Tue, 13 Mar 2007 14:30:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Graphing-Proc-Tabulate-Output/m-p/2468#M1056</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-13T14:30:44Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing Proc Tabulate Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Graphing-Proc-Tabulate-Output/m-p/2469#M1057</link>
      <description>although Proc Tabulate has an out= option you might find it simpler to graph the input to tabulate. If you post some sample data, preliminary (Tabulate) code and some idea of the dimensions/responses that you are interested in graphing, we might be able to help.&lt;BR /&gt;
&lt;BR /&gt;
Good Luck&lt;BR /&gt;
&lt;BR /&gt;
PeterC</description>
      <pubDate>Tue, 13 Mar 2007 16:14:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Graphing-Proc-Tabulate-Output/m-p/2469#M1057</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-13T16:14:08Z</dc:date>
    </item>
    <item>
      <title>Re: Graphing Proc Tabulate Output</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Graphing-Proc-Tabulate-Output/m-p/2470#M1058</link>
      <description>Here's a sample of the code:&lt;BR /&gt;
&lt;BR /&gt;
proc tabulate data=second;&lt;BR /&gt;
by unit;&lt;BR /&gt;
tables q19*colpctn,quarter;&lt;BR /&gt;
class q19  quarter;&lt;BR /&gt;
format q19  ep.;&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
This creates a basic 5x4 table. However, there are 28 units so there are 28 separate tables. The basic layout of the table is:&lt;BR /&gt;
&lt;BR /&gt;
          Quarter 1     Quarter 2    Quarter3    Quarter4&lt;BR /&gt;
Excellent    50%           44%         53%       40%      &lt;BR /&gt;
Very Good    31%           39%         20%       40%&lt;BR /&gt;
Good          9%           11%         20%       10%&lt;BR /&gt;
Fair          3%            0%          7%        7%&lt;BR /&gt;
Poor          6%            6%          0%        3%</description>
      <pubDate>Tue, 13 Mar 2007 17:30:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Graphing-Proc-Tabulate-Output/m-p/2470#M1058</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2007-03-13T17:30:28Z</dc:date>
    </item>
  </channel>
</rss>

