<?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: Customzie Summary Breaks within one variable in proc report in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Customzie-Summary-Breaks-within-one-variable-in-proc-report/m-p/205236#M51097</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd better post it at &lt;A _jive_internal="true" data-containerid="2007" data-containertype="14" data-objectid="6" data-objecttype="14" href="https://communities.sas.com/community/support-communities/ods_and_base_reporting" style="color: #0e66ba; background-color: #f0f8fb;"&gt;ODS and Base Reporting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and better offer some sample data ,so we can&amp;nbsp; test it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Mar 2015 09:58:47 GMT</pubDate>
    <dc:creator>Ksharp</dc:creator>
    <dc:date>2015-03-20T09:58:47Z</dc:date>
    <item>
      <title>Customzie Summary Breaks within one variable in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Customzie-Summary-Breaks-within-one-variable-in-proc-report/m-p/205235#M51096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use the break statement in proc report for a specific purpose. I have two variables that I cross-tab. Food is the grouping variable and consists of character codes that are abbreviations for something else, and year code is a series of year. I am trying to build in a break to the grouping variable food, but at a specific location. I want the report to look like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE border="1" class="jiveBorder" height="102" style="border: 1px solid #000000; width: 611px;"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;&lt;STRONG&gt;Food&lt;BR /&gt;&lt;/STRONG&gt;&lt;/TH&gt;&lt;TH style="text-align: center; background-color: #6690bc; color: #ffffff; padding: 2px;" valign="middle"&gt;2014&lt;/TH&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Apple&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;Strawberry&lt;/TD&gt;&lt;TD style="padding: 2px;"&gt;12&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Fruit Total&lt;/TD&gt;&lt;TD style="padding-top: 2px; padding-right: 2px; padding-bottom: 2px;"&gt;14&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Spinach&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-top: 2px; padding-right: 2px; padding-bottom: 2px;"&gt;1&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="padding: 2px;"&gt;&lt;P&gt;Broccoli&lt;/P&gt;&lt;/TD&gt;&lt;TD style="padding-top: 2px; padding-right: 2px; padding-bottom: 2px;"&gt;&lt;P&gt;3&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can't seem to build it to customize a break just for fruit, since all these elements are from the same variable food. Is there any way to do this. The code I used is posted below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc report data=work.la;&lt;/P&gt;&lt;P&gt;where year_code='2014';&lt;/P&gt;&lt;P&gt;column food, year_code&lt;/P&gt;&lt;P&gt;define food/group order=data preloadfmt f=$Food.;&lt;/P&gt;&lt;P&gt;define year_code / across ' ' ;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Mar 2015 20:36:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Customzie-Summary-Breaks-within-one-variable-in-proc-report/m-p/205235#M51096</guid>
      <dc:creator>sasiscool</dc:creator>
      <dc:date>2015-03-18T20:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Customzie Summary Breaks within one variable in proc report</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Customzie-Summary-Breaks-within-one-variable-in-proc-report/m-p/205236#M51097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd better post it at &lt;A _jive_internal="true" data-containerid="2007" data-containertype="14" data-objectid="6" data-objecttype="14" href="https://communities.sas.com/community/support-communities/ods_and_base_reporting" style="color: #0e66ba; background-color: #f0f8fb;"&gt;ODS and Base Reporting&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and better offer some sample data ,so we can&amp;nbsp; test it .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Mar 2015 09:58:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Customzie-Summary-Breaks-within-one-variable-in-proc-report/m-p/205236#M51097</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2015-03-20T09:58:47Z</dc:date>
    </item>
  </channel>
</rss>

