<?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 remove title from export multiple data sets into multiple sheets in excel in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929261#M26594</link>
    <description>&lt;P&gt;i found an old post in link below :&lt;/P&gt;&lt;P&gt;my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data set1;&lt;/P&gt;&lt;P&gt;set sashelp.baseball ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc sort; by team ; run;&lt;BR /&gt;ods excel file="C:\Users\test.xlsx" options(sheet_interval='BYGROUP' sheet_interval='BYGROUP' sheet_name= '#byval1' );&lt;/P&gt;&lt;P&gt;proc print data=set1;&lt;BR /&gt;by team;&lt;BR /&gt;run;&lt;BR /&gt;ods excel close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/export-multiple-data-sets-into-multiple-sheets-in-excel/td-p/677181" target="_blank"&gt;Solved: export multiple data sets into multiple sheets in excel - SAS Support Communities&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem is that row 1 has title and row 2 is empty. how to remove row 1 and 2 to make it looks like excel , not report. also for column Obs, is there any possible to delete or use other variable to instead? thanks.&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="magicdj_0-1716393563237.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96669i38A5EC34B4C771C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="magicdj_0-1716393563237.png" alt="magicdj_0-1716393563237.png" /&gt;&lt;/span&gt;&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>Wed, 22 May 2024 16:02:33 GMT</pubDate>
    <dc:creator>magicdj</dc:creator>
    <dc:date>2024-05-22T16:02:33Z</dc:date>
    <item>
      <title>remove title from export multiple data sets into multiple sheets in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929261#M26594</link>
      <description>&lt;P&gt;i found an old post in link below :&lt;/P&gt;&lt;P&gt;my code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;data set1;&lt;/P&gt;&lt;P&gt;set sashelp.baseball ;&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;proc sort; by team ; run;&lt;BR /&gt;ods excel file="C:\Users\test.xlsx" options(sheet_interval='BYGROUP' sheet_interval='BYGROUP' sheet_name= '#byval1' );&lt;/P&gt;&lt;P&gt;proc print data=set1;&lt;BR /&gt;by team;&lt;BR /&gt;run;&lt;BR /&gt;ods excel close;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/export-multiple-data-sets-into-multiple-sheets-in-excel/td-p/677181" target="_blank"&gt;Solved: export multiple data sets into multiple sheets in excel - SAS Support Communities&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;the problem is that row 1 has title and row 2 is empty. how to remove row 1 and 2 to make it looks like excel , not report. also for column Obs, is there any possible to delete or use other variable to instead? thanks.&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="magicdj_0-1716393563237.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/96669i38A5EC34B4C771C2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="magicdj_0-1716393563237.png" alt="magicdj_0-1716393563237.png" /&gt;&lt;/span&gt;&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>Wed, 22 May 2024 16:02:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929261#M26594</guid>
      <dc:creator>magicdj</dc:creator>
      <dc:date>2024-05-22T16:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: remove title from export multiple data sets into multiple sheets in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929262#M26595</link>
      <description>Add NOOBS to proc print statement to remove the OBS.&lt;BR /&gt;&lt;BR /&gt;Changing the spacing is a bit harder unfortunately &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;proc print data=set1 NOOBS;&lt;BR /&gt;</description>
      <pubDate>Wed, 22 May 2024 16:12:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929262#M26595</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2024-05-22T16:12:58Z</dc:date>
    </item>
    <item>
      <title>Re: remove title from export multiple data sets into multiple sheets in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929265#M26596</link>
      <description>&lt;P&gt;so there is no way to remove title? that's sad. noobs works&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:19:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929265#M26596</guid>
      <dc:creator>magicdj</dc:creator>
      <dc:date>2024-05-22T16:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: remove title from export multiple data sets into multiple sheets in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929266#M26597</link>
      <description>&lt;P&gt;In SAS, before PROC PRINT, this command works:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;title;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;OR&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;ods excel file="C:\Users\test.xlsx" options(sheet_interval='BYGROUP' sheet_interval='BYGROUP' sheet_name= '#byval1' 
    embedded_titles='NO');&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:23:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929266#M26597</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-05-22T16:23:18Z</dc:date>
    </item>
    <item>
      <title>Re: remove title from export multiple data sets into multiple sheets in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929268#M26598</link>
      <description>&lt;P&gt;thanks for reply. tried both. none of them working, not sure why&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:32:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929268#M26598</guid>
      <dc:creator>magicdj</dc:creator>
      <dc:date>2024-05-22T16:32:31Z</dc:date>
    </item>
    <item>
      <title>Re: remove title from export multiple data sets into multiple sheets in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929269#M26599</link>
      <description>&lt;P&gt;Here in the SAS forums, saying you tried it and it did not work is never sufficient. This gives us no information about what went wrong. You have to show us the code you are using, and the result that isn't what you want. If there is an error in the log, we also need to see the part of the log containing the code of interest (and not just the error messages but the entire code of interest).&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 16:36:08 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929269#M26599</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2024-05-22T16:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: remove title from export multiple data sets into multiple sheets in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929270#M26600</link>
      <description>&lt;P&gt;Try the NOBYLINE option.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;For some reason I interpreted your question as removing the space (not enough coffee).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;options nobyline;&lt;BR /&gt;title;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/224340"&gt;@magicdj&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;so there is no way to remove title? that's sad. noobs works&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data set1;

set sashelp.baseball ;

run;

proc sort data=set1; by team ; run;


ods excel file="/home/fkhurshed/Demo1/demo_delete.xlsx" options(sheet_interval='BYGROUP' sheet_interval='BYGROUP' sheet_name= '#byval1' );

options nobyline;
title;
proc print data=set1 noobs;
by team;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 22 May 2024 16:52:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929270#M26600</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2024-05-22T16:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: remove title from export multiple data sets into multiple sheets in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929280#M26601</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks Reeza and Paige.&lt;/P&gt;</description>
      <pubDate>Wed, 22 May 2024 17:28:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/remove-title-from-export-multiple-data-sets-into-multiple-sheets/m-p/929280#M26601</guid>
      <dc:creator>magicdj</dc:creator>
      <dc:date>2024-05-22T17:28:24Z</dc:date>
    </item>
  </channel>
</rss>

