<?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 (reduce Blank row space) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501794#M133843</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please need help in reducing the size of the blank row spaces in proc report output.&lt;/P&gt;&lt;P&gt;find the screenshot attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23801i41D5A9C0371C6FF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bhavana&lt;/P&gt;</description>
    <pubDate>Fri, 05 Oct 2018 09:29:00 GMT</pubDate>
    <dc:creator>Bhavanaa</dc:creator>
    <dc:date>2018-10-05T09:29:00Z</dc:date>
    <item>
      <title>Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501749#M133824</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need help in proc report as in need more spacing and less blank space as mentioned in attachment.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods escapechar='^';&lt;BR /&gt;&lt;BR /&gt;/*ods rtf file="C:\Users\bhavana.a\Desktop\New folder\Table 14. Site – information.rtf"*/&lt;BR /&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; bodytitle wordstyle='{\s15 caption;}'*/&lt;BR /&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; style = mystyle */&lt;BR /&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; startpage = yes;*/&lt;BR /&gt;&lt;BR /&gt;ods rtf file="C:\Users\bhavana.a\Desktop\New folder\Table 14. Site – Information.rtf" startpage=no style=minimal headery=500 footery=500 ;&lt;BR /&gt;goptions reset=goptions device=sasemf target=sasemf xmax=10in ymax=7.5in ;&lt;BR /&gt;OPTIONS NONUMBER ORIENTATION=LANDSCAPE nodate;&lt;BR /&gt;ODS ESCAPECHAR='^' ;&lt;BR /&gt;title J=l "HCR/III/AZICHLOR/05/2015 (AZICHLOR)" ;&lt;BR /&gt;&lt;BR /&gt;proc report data=dm_trans_1 nowd split='\' missing headline /*headskip*/ spacing=2;&lt;BR /&gt;columns (site_&amp;nbsp; site_name test1 ref1 z1);&lt;BR /&gt;define site_/group&amp;nbsp; 'Site Number' width=4 ORDER=DATA flow center ;&lt;BR /&gt;define site_name/&amp;nbsp; 'Site Name' width=30&amp;nbsp; flow left;&lt;BR /&gt;&lt;BR /&gt;define test1/&amp;nbsp; display order=data width=12 "TRT A 40mg\N=&amp;amp;n2" center;&lt;BR /&gt;define ref1 /&amp;nbsp; display order=data width=12 "TRT B 20mg\N=&amp;amp;n1" center;&lt;BR /&gt;define z1 /&amp;nbsp; display order=data width=12 "Overall\N=&amp;amp;n3" center;&lt;BR /&gt;&lt;BR /&gt;compute before _page_;&lt;BR /&gt;line @2'Table 14. Site – Information ';&lt;BR /&gt;endcomp;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;COMPUTE AFTER site_;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LINE ' ';&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDCOMP;&lt;BR /&gt;&lt;BR /&gt;footnote1 J=l "Table Generation: &amp;amp;sysdate:&amp;amp;systime by T-14.1.2.1 .sas" J=c&amp;nbsp; "Confidential" J=R&amp;nbsp; " Page ^{pageof}";&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to make changes in it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavana&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 05:34:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501749#M133824</guid>
      <dc:creator>Bhavanaa</dc:creator>
      <dc:date>2018-10-05T05:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501759#M133828</link>
      <description>&lt;P&gt;Sorry, I really have no idea what you question is here?&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 06:49:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501759#M133828</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-05T06:49:22Z</dc:date>
    </item>
    <item>
      <title>Proc Report (reduce Blank row space)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501794#M133843</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please need help in reducing the size of the blank row spaces in proc report output.&lt;/P&gt;&lt;P&gt;find the screenshot attached.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Capture1.PNG" style="width: 600px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/23801i41D5A9C0371C6FF3/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture1.PNG" alt="Capture1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bhavana&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:29:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501794#M133843</guid>
      <dc:creator>Bhavanaa</dc:creator>
      <dc:date>2018-10-05T09:29:00Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report (reduce Blank row space)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501796#M133844</link>
      <description>&lt;P&gt;Have you tried changing the style:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;minimal&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Either by using another one one available or by creating one&amp;nbsp; I suspect its the style thats adding the row.&amp;nbsp; If you posted some test data in the form of a datastep, then its possible for us to test.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:38:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501796#M133844</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-10-05T09:38:14Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501804#M133847</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=dm_trans_1 nowd split='\'  style={output=50%}&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Oct 2018 09:58:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501804#M133847</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-05T09:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501816#M133852</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It show error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please find my piece of code below. And do let me know where to insert that option.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods listing close;&lt;BR /&gt;ods rtf file="C:\Users\bhavana.a\Desktop\New folder\Table 14 Patient Enrollment by Site – All Randomized Subjects.rtf" startpage=no style=minimal headery=500 footery=500;&lt;BR /&gt;goptions reset=goptions device=sasemf target=sasemf xmax=10in ymax=7.5in ;&lt;BR /&gt;OPTIONS NONUMBER ORIENTATION=LANDSCAPE nodate;&lt;BR /&gt;ODS ESCAPECHAR='^' ;&lt;BR /&gt;&lt;BR /&gt;title J=l "HCR/III/AZICHLOR/05/2015 (AZICHLOR)"&amp;nbsp; ;&lt;BR /&gt;&lt;BR /&gt;proc report data=dm_trans_1 nowd split='|' missing headline headskip spacing=2 ;&lt;BR /&gt;columns (site_&amp;nbsp; site_name test1 ref1 z1);&lt;BR /&gt;&lt;BR /&gt;define site_/ group 'Site Number' width=11 ORDER=DATA flow center style(column)={just=l cellwidth=3cm } style(header)=[just=l] ;&lt;BR /&gt;define site_name/&amp;nbsp; 'Site Name' width=25&amp;nbsp; flow left style(column)={just=l cellwidth=10cm} ;&lt;BR /&gt;&lt;BR /&gt;define test1/&amp;nbsp; display order=data width=8 "Azilsartan 40mg|N=&amp;amp;n2" center style(column)={just=c cellwidth=4cm} ;&lt;BR /&gt;define ref1 /&amp;nbsp; display order=data width=8 "Olmesartan 20mg|N=&amp;amp;n1" center style(column)={just=c cellwidth=4cm} ;&lt;BR /&gt;define z1 /&amp;nbsp; display order=data width=8 "Overall|N=&amp;amp;n3" center style(column)={just=c cellwidth=4cm} ;&lt;BR /&gt;&lt;BR /&gt;compute before _page_;&lt;BR /&gt;line @2'Table 14.1.2.1 Patient Enrollment by Site – All Randomized Subjects ';&lt;BR /&gt;endcomp;&lt;BR /&gt;/**/&lt;BR /&gt;/*COMPUTE AFTER site_/ style=[font_size=0.1pt ];*/&lt;BR /&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LINE '';*/&lt;BR /&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDCOMP;*/&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;COMPUTE AFTER site_;&lt;BR /&gt;/*&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LINE '';*/&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDCOMP;&lt;BR /&gt;&lt;BR /&gt;footnote1 J=l "Table Generation: &amp;amp;sysdate:&amp;amp;systime by T-14.1.2.1 .sas" J=c&amp;nbsp; "Confidential" J=R&amp;nbsp; " Page ^{pageof}";&lt;BR /&gt;run;&lt;BR /&gt;ods rtf close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Bhavana&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 10:45:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501816#M133852</guid>
      <dc:creator>Bhavanaa</dc:creator>
      <dc:date>2018-10-05T10:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501818#M133853</link>
      <description>define site_/ group 'Site Number' width=11 ORDER=DATA flow center style(column)={just=l cellwidth=3cm } style(header)=[just=l] ;
--&amp;gt;
define site_/ group 'Site Number' width=11 ORDER=DATA flow center style(report)={output=50% } ;</description>
      <pubDate>Fri, 05 Oct 2018 10:49:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501818#M133853</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-05T10:49:42Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501821#M133854</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There is a error.&lt;/P&gt;&lt;P&gt;ERROR: The style identifier REPORT is invalid in this statement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't know how to use these styles options else i would have fixed it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly help me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bhavana&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 10:53:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501821#M133854</guid>
      <dc:creator>Bhavanaa</dc:creator>
      <dc:date>2018-10-05T10:53:45Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501824#M133855</link>
      <description>&lt;P&gt;Sorry. I mean.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc report data=sashelp.class nowd style={outputwidth=10%};
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Fri, 05 Oct 2018 11:03:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501824#M133855</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-05T11:03:37Z</dc:date>
    </item>
    <item>
      <title>Re: Proc Report</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501835#M133857</link>
      <description>&lt;P&gt;proc report data=sashelp.class nowd &lt;STRONG&gt;style={outputwidth=50%};&amp;nbsp; &amp;nbsp;/*style(report)={outputwidth=50%};*/&lt;/STRONG&gt;&lt;BR /&gt;define name/ 'Site Name' width=25 flow left &lt;STRONG&gt;style(column)={just=l cellwidth=10%} ;&lt;/STRONG&gt;&lt;BR /&gt;run;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Oct 2018 11:10:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Proc-Report/m-p/501835#M133857</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2018-10-05T11:10:21Z</dc:date>
    </item>
  </channel>
</rss>

