<?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: Break before/after with just=d in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Break-before-after-with-just-d/m-p/49550#M6380</link>
    <description>Hi:&lt;BR /&gt;
  I'm a bit confused. You have all display variables, so the summarize on the BREAK statement is essentially not doing anything because there's nothing to summarize.&lt;BR /&gt;
  When I run equivalent code in SAS 9.2 and ODS PDF, I see the just=d working whether the BREAK statement is there or not.&lt;BR /&gt;
  If you feel you have found a bug, the best thing to do is open a ticket with Tech Support so they can test it in all current versions of SAS and report the problem to the developers.&lt;BR /&gt;
  The only difference between my code and yours is that I coded my DEFINE statements as:&lt;BR /&gt;
[pre]&lt;BR /&gt;
define baseline / display style(column) = [just = d] 'Baseline';&lt;BR /&gt;
define endpoint / display style(column) = [just = d] 'Endpoint';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
                &lt;BR /&gt;
cynthia</description>
    <pubDate>Wed, 24 Sep 2008 16:08:07 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2008-09-24T16:08:07Z</dc:date>
    <item>
      <title>Break before/after with just=d</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Break-before-after-with-just-d/m-p/49549#M6379</link>
      <description>I am running SAS 9.1.3 Service Pack 4 on XP.&lt;BR /&gt;
&lt;BR /&gt;
I have the following proc report in ODS PDF.  As written, just=d does not work.  It becomes as if just=r.  However, if I comment out either of the break statements, just=d works as expected.  Not so much an open issue as just bug identification.  The extra break in there is solely to build in more white space into the report, but isn't necessary.&lt;BR /&gt;
&lt;BR /&gt;
	proc report data = ii_2_t3 nowindows split = '~';&lt;BR /&gt;
		column _label_ sort _stat_ baseline endpoint;&lt;BR /&gt;
		define _label_        / order   style         = [just = l] 'Lab';&lt;BR /&gt;
		define sort           / order   noprint;&lt;BR /&gt;
		define _stat_         / display style         = [just = l] 'Statistic';&lt;BR /&gt;
		define baseline       / display style = [just = d] 'Baseline';&lt;BR /&gt;
		define endpoint       / display style = [just = d] 'Endpoint';&lt;BR /&gt;
		break after _label_ / suppress summarize;&lt;BR /&gt;
		break before _label_ / suppress summarize;&lt;BR /&gt;
	run;</description>
      <pubDate>Wed, 24 Sep 2008 14:45:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Break-before-after-with-just-d/m-p/49549#M6379</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2008-09-24T14:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: Break before/after with just=d</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Break-before-after-with-just-d/m-p/49550#M6380</link>
      <description>Hi:&lt;BR /&gt;
  I'm a bit confused. You have all display variables, so the summarize on the BREAK statement is essentially not doing anything because there's nothing to summarize.&lt;BR /&gt;
  When I run equivalent code in SAS 9.2 and ODS PDF, I see the just=d working whether the BREAK statement is there or not.&lt;BR /&gt;
  If you feel you have found a bug, the best thing to do is open a ticket with Tech Support so they can test it in all current versions of SAS and report the problem to the developers.&lt;BR /&gt;
  The only difference between my code and yours is that I coded my DEFINE statements as:&lt;BR /&gt;
[pre]&lt;BR /&gt;
define baseline / display style(column) = [just = d] 'Baseline';&lt;BR /&gt;
define endpoint / display style(column) = [just = d] 'Endpoint';&lt;BR /&gt;
[/pre]&lt;BR /&gt;
                &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 24 Sep 2008 16:08:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Break-before-after-with-just-d/m-p/49550#M6380</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-09-24T16:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: Break before/after with just=d</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Break-before-after-with-just-d/m-p/49551#M6381</link>
      <description>Yes, the breaks are strictly there to force white space between groups.  The just works fine with one break statement, but not with both.  Thanks for the advice.  I'll put in a ticket.</description>
      <pubDate>Wed, 24 Sep 2008 16:11:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Break-before-after-with-just-d/m-p/49551#M6381</guid>
      <dc:creator>Kastchei</dc:creator>
      <dc:date>2008-09-24T16:11:00Z</dc:date>
    </item>
  </channel>
</rss>

