<?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 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/441558#M20567</link>
    <description>&lt;P&gt;I am trying to get two proc reports to display on one excel worksheet, but I keep getting two worksheets, one for each proc report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/************************************/&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%let _odsdest=tagsets.excelxp;&lt;BR /&gt;%let rc=%sysfunc(stpsrv_header(Content-type,application/vnd.ms-excel));&lt;BR /&gt;%let rc=%sysfunc(stpsrv_header(Content-disposition,attachment%str(;) filename=FDU_Report_&amp;amp;doe_year._SchoolNo_9876_&amp;amp;today..xml));&lt;BR /&gt;&lt;BR /&gt;%stpbegin();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;quti;&lt;BR /&gt;proc sql;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options(frozen_headers='1'&lt;BR /&gt;autofilter='yes'&lt;BR /&gt;autofit_height='yes'&lt;BR /&gt;sheet_name='FDU Report');&lt;BR /&gt;&lt;BR /&gt;%let bwidth=borderleftwidth=1px borderrightwidth=1px borderbottomwidth=1px bordertopwidth=1px;&lt;BR /&gt;%let bstyle= borderleftstyle=solid borderrightstyle=solid borderbottomstyle=solid bordertopstyle=solid;&lt;BR /&gt;options missing=' ' nomprint nomlogic;&lt;BR /&gt;&lt;BR /&gt;proc report data=overall_detials missing nowd split='~';&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc report data=details missing nowd split='~' ;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What am I missing or can this not be done??&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, 02 Mar 2018 13:08:29 GMT</pubDate>
    <dc:creator>cuevasj</dc:creator>
    <dc:date>2018-03-02T13:08:29Z</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/441558#M20567</link>
      <description>&lt;P&gt;I am trying to get two proc reports to display on one excel worksheet, but I keep getting two worksheets, one for each proc report.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;/************************************/&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;%let _odsdest=tagsets.excelxp;&lt;BR /&gt;%let rc=%sysfunc(stpsrv_header(Content-type,application/vnd.ms-excel));&lt;BR /&gt;%let rc=%sysfunc(stpsrv_header(Content-disposition,attachment%str(;) filename=FDU_Report_&amp;amp;doe_year._SchoolNo_9876_&amp;amp;today..xml));&lt;BR /&gt;&lt;BR /&gt;%stpbegin();&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;proc sql;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;quti;&lt;BR /&gt;proc sql;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;quit;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ods tagsets.excelxp options(frozen_headers='1'&lt;BR /&gt;autofilter='yes'&lt;BR /&gt;autofit_height='yes'&lt;BR /&gt;sheet_name='FDU Report');&lt;BR /&gt;&lt;BR /&gt;%let bwidth=borderleftwidth=1px borderrightwidth=1px borderbottomwidth=1px bordertopwidth=1px;&lt;BR /&gt;%let bstyle= borderleftstyle=solid borderrightstyle=solid borderbottomstyle=solid bordertopstyle=solid;&lt;BR /&gt;options missing=' ' nomprint nomlogic;&lt;BR /&gt;&lt;BR /&gt;proc report data=overall_detials missing nowd split='~';&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc report data=details missing nowd split='~' ;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods _all_ close;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;What am I missing or can this not be done??&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, 02 Mar 2018 13:08:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/441558#M20567</guid>
      <dc:creator>cuevasj</dc:creator>
      <dc:date>2018-03-02T13:08:29Z</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/441561#M20568</link>
      <description>&lt;P&gt;Tagset option: sheet_interval="none"&lt;/P&gt;
&lt;P&gt;This will put all output on the same sheet.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Mar 2018 13:33:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/441561#M20568</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2018-03-02T13:33:26Z</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/441562#M20569</link>
      <description>Hi:&lt;BR /&gt;  The only way I know to get 2 procedures on one sheet with ODS TAGSETS.EXCELXP or ODS EXCEL is to use the SHEET_INTERVAL= suboption. I do not see that in your code. There have been several other postings about the use of SHEET_INTERVAL, I think you'll find them if you search.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 02 Mar 2018 13:33:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/multiple-Proc-Report-on-same-worksheet-Footnote-spacing/m-p/441562#M20569</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2018-03-02T13:33:44Z</dc:date>
    </item>
  </channel>
</rss>

