<?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 porc print groups in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/porc-print-groups/m-p/389508#M66052</link>
    <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to make a table printed listing few variables (numeric and character). I know how to use one of the variable in the "by" statement so I have 5 different tables (example: in the variable 1, I have 5 different values, so I seperate my 5 tables by grouping them in these 5 values).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: in each of the 5 tables, I want an other variable (TEST)&amp;nbsp; to be the group indicator in the first column. I dont want any math to be done with the values, I only want to make a list (Proc tabulate makes a sum and I don't want that!). Se the picture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Aug 2017 13:09:11 GMT</pubDate>
    <dc:creator>bemariec</dc:creator>
    <dc:date>2017-08-21T13:09:11Z</dc:date>
    <item>
      <title>porc print groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/porc-print-groups/m-p/389508#M66052</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to make a table printed listing few variables (numeric and character). I know how to use one of the variable in the "by" statement so I have 5 different tables (example: in the variable 1, I have 5 different values, so I seperate my 5 tables by grouping them in these 5 values).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My question is: in each of the 5 tables, I want an other variable (TEST)&amp;nbsp; to be the group indicator in the first column. I dont want any math to be done with the values, I only want to make a list (Proc tabulate makes a sum and I don't want that!). Se the picture.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you help me please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:09:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/porc-print-groups/m-p/389508#M66052</guid>
      <dc:creator>bemariec</dc:creator>
      <dc:date>2017-08-21T13:09:11Z</dc:date>
    </item>
    <item>
      <title>Re: porc print groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/porc-print-groups/m-p/389518#M66054</link>
      <description>&lt;P&gt;Its a good idea to post test data in the form of a datastep, and show in the post what you want to the output to look like. &amp;nbsp;It looks to me like a simple group statement in proc report:&lt;/P&gt;
&lt;PRE&gt;proc report data=have nowd;
  by test_var;
  columns test_var a b;
  define test_var / group " ";
  define a...
run;&lt;/PRE&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:39:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/porc-print-groups/m-p/389518#M66054</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-08-21T13:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: porc print groups</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/porc-print-groups/m-p/389520#M66055</link>
      <description>&lt;P&gt;According to your docx picture,&amp;nbsp;try to use PROC REPORT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It will be usefull if you provide some test data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Aug 2017 13:41:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/porc-print-groups/m-p/389520#M66055</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2017-08-21T13:41:38Z</dc:date>
    </item>
  </channel>
</rss>

