<?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: Excel ODS Skip_space option in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-ODS-Skip-space-option/m-p/334647#M17991</link>
    <description>&lt;P&gt;Have you tried changing the sheet_interval option?&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;SHEET_INTERVAL&lt;/TD&gt;
&lt;TD&gt;Table&lt;/TD&gt;
&lt;TD&gt;Interval to divide the output between worksheets. Values are Table, Page, Bygroup, Proc, or None&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I see from your program is that you call the same tabulate code multiple times, with a parameter, why not just have the tabulate code, and set a by varaible. &amp;nbsp;Then sheet_interval set to Bygroup will have each by group on a new sheet? &amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 21 Feb 2017 13:39:13 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-02-21T13:39:13Z</dc:date>
    <item>
      <title>Excel ODS Skip_space option</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-ODS-Skip-space-option/m-p/334567#M17989</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We&amp;nbsp;recently found that the skip_space option for ODS Excel is no longer recognised. Deleting the skip_space option causes&amp;nbsp;all our proc tabulate outputs (about 20 per sheet) to write in the same excel worksheet. Are&amp;nbsp;there any other options&amp;nbsp;that can substitute the function of skip_space?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate any help on this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;An extract of the code below&amp;nbsp;(there's about 20 proc tabulate macros per sheet and 6 sheets in total):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;* Sheet 1;
ODS Excel
FILE="&amp;amp;Directory.&amp;amp;Save_File..xlsx"
style=htmlblue
options(
start_at="A2"
sheet_interval='none'
sheet_name='All'
embedded_titles='yes'
zoom='80'
skip_space='1,0,0,0,0');

%proc tabulate macro(1);
%proc tabulate macro(2);
%proc tabulate macro(3);

 
* Sheet 2;
ODS Excel
style=htmlblue
options(
start_at="A2"
sheet_interval='none'
sheet_name='Small'
embedded_titles='yes'
skip_space='1,0,0,0,0');

%proc tabulate macro(1);
%proc tabulate macro(2);
%proc tabulate macro(3);&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 05:15:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-ODS-Skip-space-option/m-p/334567#M17989</guid>
      <dc:creator>AWXu</dc:creator>
      <dc:date>2017-02-21T05:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: Excel ODS Skip_space option</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-ODS-Skip-space-option/m-p/334647#M17991</link>
      <description>&lt;P&gt;Have you tried changing the sheet_interval option?&lt;/P&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;SHEET_INTERVAL&lt;/TD&gt;
&lt;TD&gt;Table&lt;/TD&gt;
&lt;TD&gt;Interval to divide the output between worksheets. Values are Table, Page, Bygroup, Proc, or None&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What I see from your program is that you call the same tabulate code multiple times, with a parameter, why not just have the tabulate code, and set a by varaible. &amp;nbsp;Then sheet_interval set to Bygroup will have each by group on a new sheet? &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 21 Feb 2017 13:39:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-ODS-Skip-space-option/m-p/334647#M17991</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-02-21T13:39:13Z</dc:date>
    </item>
    <item>
      <title>Re: Excel ODS Skip_space option</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-ODS-Skip-space-option/m-p/334802#M17995</link>
      <description>Hi:&lt;BR /&gt;  Are you sure that SKIP_SPACE is a valid suboption for ODS EXCEL? Look at the doc for the OPTIONS that you can specify:&lt;BR /&gt;&lt;A href="http://support.sas.com/documentation/cdl/en/odsug/69832/HTML/default/viewer.htm#p09n5pw9ol0897n1qe04zeur27rv.htm" target="_blank"&gt;http://support.sas.com/documentation/cdl/en/odsug/69832/HTML/default/viewer.htm#p09n5pw9ol0897n1qe04zeur27rv.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;I don't see SKIP_SPACE here. If you are converting an ODS TAGSETS.EXCELXP program to ODS EXCEL, be aware that not all the suboptions from TAGSETS.EXCELXP will work with ODS EXCEL.&lt;BR /&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Tue, 21 Feb 2017 22:56:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Excel-ODS-Skip-space-option/m-p/334802#M17995</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-02-21T22:56:30Z</dc:date>
    </item>
  </channel>
</rss>

