<?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 PROC Report vs. Proc Print - Inserting a blank line after a group in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203654#M13557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted the following question in another forum and the response I received suggested I use PROC Report instead of PROC Print and post my question here. My question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following list of id numbers in a SAS dataset:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;2000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write out the dataset and put a blank line in between each group of ids i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searching online I keep find the "blankline" option but this inserts a blank line every n rows - which doesn't work for me as the number of rows for each id varies. I have tried the "by" option but it creates a new worksheet for each id and I need to have all the ids in the same worksheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SAS code to write out the data to an EXCEL file is below - can I achieve the same result with PROC Report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP file='n:\nih succeed\reporting\B-weeklyreporting\SucceedDueDatesBeatrice2.xml' style=Printer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP options(sheet_name='Summary Beatrice' absolute_column_width='15,15,45,15');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=allwrkout noobs label; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where (screen_site=1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var screen_site / style(column)=[just=center] style(header)=[just=center];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var survey / style(column)=[background=svcolcd. just=center] style(header)=[just=center];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var status / style(column)=[foreground=stcolcd. just=center] style(header)=[just=center];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var study_id due_date baseline_date / style(column)=[just=center] style(header)=[just=center];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; label screen_site = 'Site'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; survey = 'Survey'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = 'Status'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; study_id = 'Study Id'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; due_date = 'Due Date'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; baseline_date = 'Baseline Survey Start Date';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; format screen_site site. status stcd. survey svcd.;&lt;/P&gt;&lt;P&gt;run; quit;&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>Thu, 11 Jun 2015 15:17:25 GMT</pubDate>
    <dc:creator>fbarry</dc:creator>
    <dc:date>2015-06-11T15:17:25Z</dc:date>
    <item>
      <title>PROC Report vs. Proc Print - Inserting a blank line after a group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203654#M13557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I posted the following question in another forum and the response I received suggested I use PROC Report instead of PROC Print and post my question here. My question is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following list of id numbers in a SAS dataset:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;2000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to write out the dataset and put a blank line in between each group of ids i.e.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;1000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;3000&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searching online I keep find the "blankline" option but this inserts a blank line every n rows - which doesn't work for me as the number of rows for each id varies. I have tried the "by" option but it creates a new worksheet for each id and I need to have all the ids in the same worksheet.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My SAS code to write out the data to an EXCEL file is below - can I achieve the same result with PROC Report?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods _all_ close;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP file='n:\nih succeed\reporting\B-weeklyreporting\SucceedDueDatesBeatrice2.xml' style=Printer;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ods tagsets.ExcelXP options(sheet_name='Summary Beatrice' absolute_column_width='15,15,45,15');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;proc print data=allwrkout noobs label; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; where (screen_site=1);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var screen_site / style(column)=[just=center] style(header)=[just=center];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var survey / style(column)=[background=svcolcd. just=center] style(header)=[just=center];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var status / style(column)=[foreground=stcolcd. just=center] style(header)=[just=center];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; var study_id due_date baseline_date / style(column)=[just=center] style(header)=[just=center];&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; label screen_site = 'Site'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; survey = 'Survey'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; status = 'Status'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; study_id = 'Study Id'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; due_date = 'Due Date'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; baseline_date = 'Baseline Survey Start Date';&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; format screen_site site. status stcd. survey svcd.;&lt;/P&gt;&lt;P&gt;run; quit;&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>Thu, 11 Jun 2015 15:17:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203654#M13557</guid>
      <dc:creator>fbarry</dc:creator>
      <dc:date>2015-06-11T15:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report vs. Proc Print - Inserting a blank line after a group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203655#M13558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;&amp;nbsp; As you've discovered, the BLANKLINE option is all you get with PROC PRINT. You have to move to the COMPUTE block in PROC REPORT to do what you want. Run the code below and note that there is a blank line after every "group" for age.&lt;/P&gt;&lt;P&gt;Cynthia&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods tagsets.excelxp file='c:\temp\blankline.xml' style=htmlblue;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;proc report data=sashelp.class;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; where age in (11, 12, 13);&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; column age name sex height weight;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define age / order&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style(column)=Header;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define name / order style(column)={background=lightpink};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define sex / display style(column)={background=lightyellow};&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define height / display;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; define weight / display;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; compute after age;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; line ' ';&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;&amp;nbsp; endcomp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;run;&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;STRONG style="font-family: courier new,courier;"&gt;ods _all_ close;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 04:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203655#M13558</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-06-12T04:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report vs. Proc Print - Inserting a blank line after a group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203656#M13559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And on a similar topic - I've been asked to create a report such that every other id group is shaded - so for example:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2001 - blue&lt;/P&gt;&lt;P&gt;2001 - blue&lt;/P&gt;&lt;P&gt;2002 - not shaded&lt;/P&gt;&lt;P&gt;2003 - blue&lt;/P&gt;&lt;P&gt;2003 - blue&lt;/P&gt;&lt;P&gt;2003 - blue&lt;/P&gt;&lt;P&gt;2004 - not shaded&lt;/P&gt;&lt;P&gt;2004 - not shaded&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I see with Proc Report I can shade a whole row but cannot figure out how to achieve the above.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 06:00:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203656#M13559</guid>
      <dc:creator>fbarry</dc:creator>
      <dc:date>2015-06-12T06:00:44Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report vs. Proc Print - Inserting a blank line after a group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203657#M13560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi, again, it's a COMPUTE block with an IF statement. Something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;compute grpvar;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; if grpvar in ( 2001, 2003) then call define(_row_,'style','style={background=lightblue}');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; else if grpvar in ( 2002,2004 ) then call define(_row_,'style','style=Data');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;&amp;nbsp; else if grpvar = 2005 then call define(_row_,'style','style={background=lightpink}');&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;STRONG&gt;endcomp;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;(you might have to change the logic based on your data, etc)&lt;/P&gt;&lt;P&gt;&amp;nbsp; There are some examples of COMPUTE blocks in this paper. &lt;A href="http://support.sas.com/resources/papers/proceedings13/366-2013.pdf" title="http://support.sas.com/resources/papers/proceedings13/366-2013.pdf"&gt;http://support.sas.com/resources/papers/proceedings13/366-2013.pdf&lt;/A&gt; and there's also a reference section with more papers to read on the topic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 13:46:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203657#M13560</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-06-12T13:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report vs. Proc Print - Inserting a blank line after a group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203658#M13561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created a dummy 1/0 variable that is attached to each id (its called &lt;EM&gt;lcol&lt;/EM&gt;) and am using the following code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compute lcol;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; if lcol=0 then call define (_row_, "style","style=[background=red]");&lt;/P&gt;&lt;P&gt; endcomp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this is what you recommended but I keep getting the error message "&lt;EM&gt;Variable lcol is uninitialized&lt;/EM&gt;". I have &lt;EM&gt;lcol&lt;/EM&gt; listed in the column statement and I have a define statement for it also and I've double checked that the variable is in the dataset. Also, in the final report, although I want to use &lt;EM&gt;lcol&lt;/EM&gt; to determine the background color, I do not need this variable in the final report.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 14:33:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203658#M13561</guid>
      <dc:creator>fbarry</dc:creator>
      <dc:date>2015-06-12T14:33:35Z</dc:date>
    </item>
    <item>
      <title>Re: PROC Report vs. Proc Print - Inserting a blank line after a group</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203659#M13562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, is LCOL in your COLUMN statement. Did you read the posted paper link? Proc REPORT has some special ways of working. One way is that you can ONLY use variables like dummy variables in PROC REPORT if they are on the COLUMN statement or created in a COMPUTE block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Further if you have this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; column grpvar lcol var1 var2;&lt;/P&gt;&lt;P&gt;then you could NOT use LCOL in the computer block for GRPVAR. AND, if you just have this: column grpvar var1 var2; (but LCOL is in the data, but not in the COLUMN statement, then you will NOT be able to use LCOL in a COMPUTE block.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jun 2015 17:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/PROC-Report-vs-Proc-Print-Inserting-a-blank-line-after-a-group/m-p/203659#M13562</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2015-06-12T17:45:14Z</dc:date>
    </item>
  </channel>
</rss>

