<?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 How to insert an empty row in proc report in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-insert-an-empty-row-in-proc-report/m-p/554933#M22687</link>
    <description>I have a dataset in which the first variable'name' like this ,say&lt;BR /&gt;&lt;BR /&gt;Name&lt;BR /&gt;FRUIT&lt;BR /&gt;apple&lt;BR /&gt;Orange&lt;BR /&gt;Grapes&lt;BR /&gt;Mango&lt;BR /&gt;Cherry&lt;BR /&gt;FLOWER&lt;BR /&gt;Jasmine&lt;BR /&gt;Lilly&lt;BR /&gt;Lotus&lt;BR /&gt;COLOUR&lt;BR /&gt;blue&lt;BR /&gt;Pink&lt;BR /&gt;Yellow&lt;BR /&gt;red&lt;BR /&gt;How can i insert an empty row in proc report as i have splitted into different pages using pagebreak like:&lt;BR /&gt;Name&lt;BR /&gt;FRUIT&lt;BR /&gt;apple&lt;BR /&gt;Orange&lt;BR /&gt;Grapes&lt;BR /&gt;Mango&lt;BR /&gt;Cherry&lt;BR /&gt;----------------&lt;BR /&gt;FLOWER&lt;BR /&gt;Jasmine&lt;BR /&gt;Lilly&lt;BR /&gt;Lotus&lt;BR /&gt;---------------------&lt;BR /&gt;COLOUR&lt;BR /&gt;blue&lt;BR /&gt;Pink&lt;BR /&gt;Yellow&lt;BR /&gt;red</description>
    <pubDate>Tue, 30 Apr 2019 06:42:44 GMT</pubDate>
    <dc:creator>AKHILA</dc:creator>
    <dc:date>2019-04-30T06:42:44Z</dc:date>
    <item>
      <title>How to insert an empty row in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-insert-an-empty-row-in-proc-report/m-p/554933#M22687</link>
      <description>I have a dataset in which the first variable'name' like this ,say&lt;BR /&gt;&lt;BR /&gt;Name&lt;BR /&gt;FRUIT&lt;BR /&gt;apple&lt;BR /&gt;Orange&lt;BR /&gt;Grapes&lt;BR /&gt;Mango&lt;BR /&gt;Cherry&lt;BR /&gt;FLOWER&lt;BR /&gt;Jasmine&lt;BR /&gt;Lilly&lt;BR /&gt;Lotus&lt;BR /&gt;COLOUR&lt;BR /&gt;blue&lt;BR /&gt;Pink&lt;BR /&gt;Yellow&lt;BR /&gt;red&lt;BR /&gt;How can i insert an empty row in proc report as i have splitted into different pages using pagebreak like:&lt;BR /&gt;Name&lt;BR /&gt;FRUIT&lt;BR /&gt;apple&lt;BR /&gt;Orange&lt;BR /&gt;Grapes&lt;BR /&gt;Mango&lt;BR /&gt;Cherry&lt;BR /&gt;----------------&lt;BR /&gt;FLOWER&lt;BR /&gt;Jasmine&lt;BR /&gt;Lilly&lt;BR /&gt;Lotus&lt;BR /&gt;---------------------&lt;BR /&gt;COLOUR&lt;BR /&gt;blue&lt;BR /&gt;Pink&lt;BR /&gt;Yellow&lt;BR /&gt;red</description>
      <pubDate>Tue, 30 Apr 2019 06:42:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-insert-an-empty-row-in-proc-report/m-p/554933#M22687</guid>
      <dc:creator>AKHILA</dc:creator>
      <dc:date>2019-04-30T06:42:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert an empty row in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-insert-an-empty-row-in-proc-report/m-p/554934#M22688</link>
      <description>&lt;P&gt;The line-statement in a compute-block should do what you want.&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 07:05:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-insert-an-empty-row-in-proc-report/m-p/554934#M22688</guid>
      <dc:creator>andreas_lds</dc:creator>
      <dc:date>2019-04-30T07:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert an empty row in proc report</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-insert-an-empty-row-in-proc-report/m-p/555219#M22705</link>
      <description>&lt;P&gt;HI:&lt;BR /&gt;I'm not sure what you mean when you say "using pagebreak". Do you mean that the dashed line you show is actually where you want a page break? Or do you JUST want an empty line in the report before the strings COLOUR, FLOWER, FRUIT, etc??&lt;BR /&gt;&lt;BR /&gt;While a compute block may help you, it will only work with GROUP or ORDER items on the report. So depending on what the rest of your data looks like, It seems to me like your data is using one column to hold grouping information and detail information, with no distinction between them.&lt;BR /&gt;&lt;BR /&gt;If you could restructure your data, using PROC REPORT would be easier as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="need_break_report.png" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29140i25EA24CB976C5A09/image-size/large?v=v2&amp;amp;px=999" role="button" title="need_break_report.png" alt="need_break_report.png" /&gt;&lt;/span&gt;&lt;BR /&gt;If you had something like a TYPE variable on every row, then you could control what was written out at the break.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or, otherwise, restructure your data another way to get the same report:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="alternate_break.png" style="width: 553px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/29141i810516BDC149EBA4/image-size/large?v=v2&amp;amp;px=999" role="button" title="alternate_break.png" alt="alternate_break.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My tendency is to prefer the first approach, but I have also used the second approach too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2019 21:37:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-insert-an-empty-row-in-proc-report/m-p/555219#M22705</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-04-30T21:37:49Z</dc:date>
    </item>
  </channel>
</rss>

