<?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: how to create excel file with one tab in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/how-to-create-excel-file-with-one-tab/m-p/818210#M34609</link>
    <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file = "D:\RSR\output\test.xlsx" options(sheet_interval='NONE');&lt;/CODE&gt;&lt;/PRE&gt;</description>
    <pubDate>Tue, 14 Jun 2022 20:59:36 GMT</pubDate>
    <dc:creator>PaigeMiller</dc:creator>
    <dc:date>2022-06-14T20:59:36Z</dc:date>
    <item>
      <title>how to create excel file with one tab</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-create-excel-file-with-one-tab/m-p/818208#M34608</link>
      <description>&lt;P&gt;hello,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I use the sas ods to export two tables but the two table are exported to two different tabs. how can i export to excel file with only one tab that include both data result: my original code like this:&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;ods excel file = "D:\RSR\output\test.xlsx";&lt;BR /&gt;proc report data=table01aage;&lt;BR /&gt;title j=l "Table 1a. ";&lt;/P&gt;
&lt;P&gt;column agegroup _016No _016colper _017No _017colper &lt;BR /&gt;_018No _018colper &lt;BR /&gt;_019No _019colper&lt;BR /&gt;_020No _020Colper&lt;BR /&gt;_021No _021Col_Per;&lt;BR /&gt;define agegroup / display 'Age group (yr)' style={just=left};&lt;BR /&gt;define _016No / display 'No' ;&lt;BR /&gt;define _016colper / display "%" format=comma12.2;&lt;BR /&gt;define _017No / display 'No';&lt;BR /&gt;define _017colper / display "%" format=comma12.2;&lt;BR /&gt;define _018No / display 'No';&lt;BR /&gt;define _018colper / display "%" format=comma12.2;&lt;BR /&gt;define _019No / display 'No';&lt;BR /&gt;define _019colper / display "%" format=comma12.2;&lt;BR /&gt;define _020No / display 'No';&lt;BR /&gt;define _020colper / display "%" format=comma12.2;&lt;BR /&gt;define _021No / display 'No';&lt;BR /&gt;define _021col_per / display "%" format=comma12.2;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc report data=table01agender;&lt;/P&gt;
&lt;P&gt;column F1 No_ Col_Percent No_1 Col_Percent1 No_2 Col_Percent2 No_3 Col_Percent3 No_4 Col_Percent4 No_5 Col_Percent5 ;&lt;BR /&gt;define F1 / display 'Gender' style={just=left};&lt;BR /&gt;define No_ / display 'No' ;&lt;BR /&gt;define Col_Percent / display "%" format=comma12.2;&lt;BR /&gt;define No_1 / display 'No';&lt;BR /&gt;define Col_Percent1 / display "%" format=comma12.2;&lt;BR /&gt;define No_2 / display 'No';&lt;BR /&gt;define Col_Percent2 / display "%" format=comma12.2;&lt;BR /&gt;define No_3 / display 'No';&lt;BR /&gt;define Col_Percent3 / display "%" format=comma12.2;&lt;BR /&gt;define No_4 / display 'No';&lt;BR /&gt;define Col_Percent4 / display "%" format=comma12.2;&lt;BR /&gt;define No_5 / display 'No';&lt;BR /&gt;define Col_Percent5 / display "%" format=comma12.2;&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;ods excel close;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jun 2022 20:55:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-create-excel-file-with-one-tab/m-p/818208#M34608</guid>
      <dc:creator>juliajulia</dc:creator>
      <dc:date>2022-06-14T20:55:53Z</dc:date>
    </item>
    <item>
      <title>Re: how to create excel file with one tab</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-create-excel-file-with-one-tab/m-p/818210#M34609</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file = "D:\RSR\output\test.xlsx" options(sheet_interval='NONE');&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Jun 2022 20:59:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-create-excel-file-with-one-tab/m-p/818210#M34609</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2022-06-14T20:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to create excel file with one tab</title>
      <link>https://communities.sas.com/t5/New-SAS-User/how-to-create-excel-file-with-one-tab/m-p/818230#M34612</link>
      <description>This works well. Thank you!</description>
      <pubDate>Tue, 14 Jun 2022 23:24:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/how-to-create-excel-file-with-one-tab/m-p/818230#M34612</guid>
      <dc:creator>juliajulia</dc:creator>
      <dc:date>2022-06-14T23:24:38Z</dc:date>
    </item>
  </channel>
</rss>

