<?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: grouping vars in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/grouping-vars/m-p/609842#M17984</link>
    <description>&lt;P&gt;Do you mean this by&lt;EM&gt; " &lt;STRONG&gt;to print a data set grouped by a variable"?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc print data=sashelp.cars;
by make;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc print data=sashelp.cars;
by make;
pageby make;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/302208"&gt;@timmy555&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is there a way &lt;STRONG&gt;to print a data set grouped by a variable&lt;/STRONG&gt;? Can I do this in the proc print step or do I have to do it in another step?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 06 Dec 2019 01:41:28 GMT</pubDate>
    <dc:creator>novinosrin</dc:creator>
    <dc:date>2019-12-06T01:41:28Z</dc:date>
    <item>
      <title>grouping vars</title>
      <link>https://communities.sas.com/t5/New-SAS-User/grouping-vars/m-p/609838#M17982</link>
      <description>&lt;P&gt;Is there a way to print a data set grouped by a variable? Can I do this in the proc print step or do I have to do it in another step?&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 01:26:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/grouping-vars/m-p/609838#M17982</guid>
      <dc:creator>timmy555</dc:creator>
      <dc:date>2019-12-06T01:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: grouping vars</title>
      <link>https://communities.sas.com/t5/New-SAS-User/grouping-vars/m-p/609841#M17983</link>
      <description>&lt;P&gt;Could you please provide more details with an example and expected output to get better response.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 01:37:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/grouping-vars/m-p/609841#M17983</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2019-12-06T01:37:16Z</dc:date>
    </item>
    <item>
      <title>Re: grouping vars</title>
      <link>https://communities.sas.com/t5/New-SAS-User/grouping-vars/m-p/609842#M17984</link>
      <description>&lt;P&gt;Do you mean this by&lt;EM&gt; " &lt;STRONG&gt;to print a data set grouped by a variable"?&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc print data=sashelp.cars;
by make;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;
proc print data=sashelp.cars;
by make;
pageby make;
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/302208"&gt;@timmy555&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is there a way &lt;STRONG&gt;to print a data set grouped by a variable&lt;/STRONG&gt;? Can I do this in the proc print step or do I have to do it in another step?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Dec 2019 01:41:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/grouping-vars/m-p/609842#M17984</guid>
      <dc:creator>novinosrin</dc:creator>
      <dc:date>2019-12-06T01:41:28Z</dc:date>
    </item>
  </channel>
</rss>

