<?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: multiple Proc Report on same worksheet - Footnote spacing in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147826#M11495</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By any chance do you have an example of overriding the _ODSSTYLE&amp;nbsp;&amp;nbsp; within the stored process so i can use this style only for specific report. &lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 04 Aug 2014 16:41:04 GMT</pubDate>
    <dc:creator>Smijoss</dc:creator>
    <dc:date>2014-08-04T16:41:04Z</dc:date>
    <item>
      <title>multiple Proc Report on same worksheet - Footnote spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147823#M11492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the cases where I do not have a Footnote, is there a way I can remove that space from the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is an example of what i am trying to achieve in the Stored process using excel Addin.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the output , although I do not have a footnote, it leaves the row 8 and row 9 as blank. &lt;/P&gt;&lt;P&gt;Also can&amp;nbsp; is there a way i can remove that black line after each proc report&amp;nbsp; or change its color. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the log file attached.&amp;nbsp; Thanks in advance.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%MACRO CLASS_PRINT(SEX);&lt;/P&gt;&lt;P&gt;&amp;nbsp; PROC REPORT DATA=SASHELP.CLASS (WHERE=(SEX="&amp;amp;SEX.") OBS=3);&lt;/P&gt;&lt;P&gt;&amp;nbsp; TITLE "TEST FOOTNOTE SPACING";&lt;/P&gt;&lt;P&gt;&amp;nbsp; RUN;&lt;/P&gt;&lt;P&gt;%MEND;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;%CLASS_PRINT(M);&lt;/P&gt;&lt;P&gt;%CLASS_PRINT(F);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screen1.JPG" class="jive-image" src="https://communities.sas.com/legacyfs/online/6981_screen1.JPG" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 15:41:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147823#M11492</guid>
      <dc:creator>Smijoss</dc:creator>
      <dc:date>2014-08-04T15:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: multiple Proc Report on same worksheet - Footnote spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147824#M11493</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; Since you say you are using a Stored Process and the SAS Add-in for Microsoft office, the behavior of the stored process will be determined by the result type you have specified - -either inside the Add-in using SAS --&amp;gt; Options --&amp;gt; Results (did you pick SAS Report, HTML or CSV as the result type) or will be determined by the destination you specify inside the stored process code (for example, your code has an override for &amp;amp;_ODSDEST=MSOFFICE2K before your %STPBEGIN; statement in the stored process) -- both the destination and the style being used will have an impact on the way the output looks in the SAS Add-in for Microsoft Office.&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; The big black line is a horizontal rule, generally, that is put into the output because you use a style for your output that specifies a horizontal rule as the "delimiter" between logical pages of output. For example, if you compare these 2 different programs (NOT as a stored process), you will see that the Miminal style has a horizontal rule and the Normal style does not have a horizontal rule. So you could&amp;nbsp; get rid of the line by changing the style used for your stored process.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11756i7146FE46A7DD3CE9/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="compare_two_outputs_in_Excel.png" title="compare_two_outputs_in_Excel.png" /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/11757i1FB3FA360B44F066/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="compare_two_outputs_with_horizontal_rule.png" title="compare_two_outputs_with_horizontal_rule.png" /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 16:02:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147824#M11493</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-04T16:02:06Z</dc:date>
    </item>
    <item>
      <title>Re: multiple Proc Report on same worksheet - Footnote spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147825#M11494</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much Cynthia.&amp;nbsp; I appreciate your quick response. Thanks again and have a great day ahead. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I changed the values to the following and now my report looks much better ... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="screen1.JPG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/6982_screen1.JPG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 16:29:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147825#M11494</guid>
      <dc:creator>Smijoss</dc:creator>
      <dc:date>2014-08-04T16:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: multiple Proc Report on same worksheet - Footnote spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147826#M11495</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Cynthia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By any chance do you have an example of overriding the _ODSSTYLE&amp;nbsp;&amp;nbsp; within the stored process so i can use this style only for specific report. &lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 04 Aug 2014 16:41:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147826#M11495</guid>
      <dc:creator>Smijoss</dc:creator>
      <dc:date>2014-08-04T16:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: multiple Proc Report on same worksheet - Footnote spacing</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147827#M11496</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi:&lt;/P&gt;&lt;P&gt;You will need to explicitly code an override statement into your stored process code. If SAS Enterprise Guide created your stored process, then you will need to modify the code generated by Enterprise Guide. In general overrides work this way:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;%let _odsdest=msoffice2k;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;%let _odsstyle = minimal;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;%let _odsstylesheet=;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;%stpbegin;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;*** your code;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'courier new', courier;"&gt;&lt;STRONG&gt;%stpend;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; However, when Enterprise Guide creates a stored process, it puts the needed macro variables around the code. To modify the code you will need to turn off the choices in the EG Stored Process Wizard that automatically add code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cynthia&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 05 Aug 2014 01:50:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/147827#M11496</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2014-08-05T01:50:50Z</dc:date>
    </item>
  </channel>
</rss>

