<?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 Extra sheets created when using tagsets.ExcelXP in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Extra-sheets-created-when-using-tagsets-ExcelXP/m-p/512320#M137957</link>
    <description>&lt;P&gt;Hi Users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using tagsets.ExcelXP to create 2 sheets which are data exceptions of 2 separate programs. Oddly, the program that I used to output the exceptions to sheet1 called "xx Log" also creates additional sheets such as "xx Log 2" and "xx Log 3". The information contained in these sheets include information pertaining to datasets created in work directory, file size, owner information, directory, henceforth. I want to suppress these additional sheets in my output. Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; tagsets.ExcelXP &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;path&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"g:\&amp;amp;project.\validation\print\"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"Visual_Check_Sheets_%sysfunc(date(),yymmdd6.).xls"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=normal options(row_height_fudge=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'18'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;%inc&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; valsheet1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;%inc&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; valsheet2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; tagsets.ExcelXP &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 12 Nov 2018 20:04:05 GMT</pubDate>
    <dc:creator>Banoo</dc:creator>
    <dc:date>2018-11-12T20:04:05Z</dc:date>
    <item>
      <title>Extra sheets created when using tagsets.ExcelXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-sheets-created-when-using-tagsets-ExcelXP/m-p/512320#M137957</link>
      <description>&lt;P&gt;Hi Users,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using tagsets.ExcelXP to create 2 sheets which are data exceptions of 2 separate programs. Oddly, the program that I used to output the exceptions to sheet1 called "xx Log" also creates additional sheets such as "xx Log 2" and "xx Log 3". The information contained in these sheets include information pertaining to datasets created in work directory, file size, owner information, directory, henceforth. I want to suppress these additional sheets in my output. Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my code&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; tagsets.ExcelXP &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;path&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"g:\&amp;amp;project.\validation\print\"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;"Visual_Check_Sheets_%sysfunc(date(),yymmdd6.).xls"&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=normal options(row_height_fudge=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New"&gt;'18'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;%inc&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; valsheet1;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;%inc&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; valsheet2;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; tagsets.ExcelXP &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 20:04:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-sheets-created-when-using-tagsets-ExcelXP/m-p/512320#M137957</guid>
      <dc:creator>Banoo</dc:creator>
      <dc:date>2018-11-12T20:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Extra sheets created when using tagsets.ExcelXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-sheets-created-when-using-tagsets-ExcelXP/m-p/512368#M137980</link>
      <description>&lt;P&gt;Use sheet_interval to control opening a new sheet. The default is &lt;STRONG&gt;'Table'&lt;/STRONG&gt;, if your queries have multiple outputs then multiple sheets are created. Set this to&lt;STRONG&gt; sheet_interval='none'&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 21:23:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-sheets-created-when-using-tagsets-ExcelXP/m-p/512368#M137980</guid>
      <dc:creator>SuryaKiran</dc:creator>
      <dc:date>2018-11-12T21:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Extra sheets created when using tagsets.ExcelXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-sheets-created-when-using-tagsets-ExcelXP/m-p/512377#M137982</link>
      <description>&lt;P&gt;Thank you Surya for the prompt response !!. This worked&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 21:48:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-sheets-created-when-using-tagsets-ExcelXP/m-p/512377#M137982</guid>
      <dc:creator>Banoo</dc:creator>
      <dc:date>2018-11-12T21:48:21Z</dc:date>
    </item>
    <item>
      <title>Re: Extra sheets created when using tagsets.ExcelXP</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Extra-sheets-created-when-using-tagsets-ExcelXP/m-p/512388#M137991</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/240001"&gt;@Banoo&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Users,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using tagsets.ExcelXP to create 2 sheets which are data exceptions of 2 separate programs. Oddly, the program that I used to output the exceptions to sheet1 called "xx Log" also creates additional sheets such as "xx Log 2" and "xx Log 3". The information contained in these sheets include information pertaining to datasets created in work directory, file size, owner information, directory, henceforth. I want to suppress these additional sheets in my output. Thanks in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is my code&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; tagsets.ExcelXP &lt;/FONT&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;path&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" color="#800080"&gt;"g:\&amp;amp;project.\validation\print\"&lt;/FONT&gt; &lt;FONT face="Courier New" color="#0000ff"&gt;file&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=&lt;/FONT&gt;&lt;FONT face="Courier New" color="#800080"&gt;"Visual_Check_Sheets_%sysfunc(date(),yymmdd6.).xls"&lt;/FONT&gt; &lt;FONT face="Courier New" color="#0000ff"&gt;style&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;=normal options(row_height_fudge=&lt;/FONT&gt;&lt;FONT face="Courier New" color="#800080"&gt;'18'&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;);&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;%inc&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; valsheet1;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;%inc&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; valsheet2;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;ods&lt;/FONT&gt;&lt;FONT face="Courier New"&gt; tagsets.ExcelXP &lt;/FONT&gt;&lt;FONT face="Courier New" color="#0000ff"&gt;close&lt;/FONT&gt;&lt;FONT face="Courier New"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Whatever is causing the issue is likely in the %included programs that we can't see.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 12 Nov 2018 22:05:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Extra-sheets-created-when-using-tagsets-ExcelXP/m-p/512388#M137991</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2018-11-12T22:05:25Z</dc:date>
    </item>
  </channel>
</rss>

