<?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: SAS Enterprise Guide and ODS Help (Multiple data on same Excel sheet) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-and-ODS-Help-Multiple-data-on-same-Excel/m-p/563067#M157800</link>
    <description>Hi, you'll have to search in the ODS EXCEL documentation. I believe there is a "start_at" suboption, but it applies to where the WHOLE sheet should start, you can't place one value in column B row 3 and another value in column D row 5, if that's what you're thinking of.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
    <pubDate>Sat, 01 Jun 2019 01:47:27 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2019-06-01T01:47:27Z</dc:date>
    <item>
      <title>SAS Enterprise Guide and ODS Help (Multiple data on same Excel sheet)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-and-ODS-Help-Multiple-data-on-same-Excel/m-p/563057#M157793</link>
      <description>&lt;P&gt;So I have been looking at this issue over and over and I am still not 100% sure how to get this to work.&amp;nbsp; I have 7 data sets that I need to place on one Excel sheet (sorta like a template).&amp;nbsp; I understand with ODS how to put these on separate sheets, but not sure how to put these all on one spreadsheet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for any guidance on this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 May 2019 23:39:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-and-ODS-Help-Multiple-data-on-same-Excel/m-p/563057#M157793</guid>
      <dc:creator>IgawaKei29</dc:creator>
      <dc:date>2019-05-31T23:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide and ODS Help (Multiple data on same Excel sheet)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-and-ODS-Help-Multiple-data-on-same-Excel/m-p/563063#M157796</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;Look for previous postings about the use of ODS EXCEL and the (sheet_interval='none') suboption.&lt;BR /&gt;&lt;BR /&gt;Here's a quick example using just a few rows out of 3 different datasets.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file='c:\temp\all_together_now.xlsx'
    options(sheet_interval='none');

  proc print data=sashelp.class(obs=3);
  run;

  proc print data=sashelp.cars(obs=3);
    var make model type enginesize msrp invoice;
  run;

  proc print data=sashelp.shoes(obs=3);
    var region subsidiary product sales inventory returns;
  run;

ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 00:38:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-and-ODS-Help-Multiple-data-on-same-Excel/m-p/563063#M157796</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-06-01T00:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide and ODS Help (Multiple data on same Excel sheet)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-and-ODS-Help-Multiple-data-on-same-Excel/m-p/563064#M157797</link>
      <description>&lt;P&gt;Thank you Cynthia, that sheet_interval=none was the piece I was missing.&amp;nbsp; Do you know if it is possible to direct SAS where to place the data on the sheet?&amp;nbsp; That was also something I saw a few articles about, but was confused how to implement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Appreciate your help on this, now I can be more SAS dangerous &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 01 Jun 2019 00:51:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-and-ODS-Help-Multiple-data-on-same-Excel/m-p/563064#M157797</guid>
      <dc:creator>IgawaKei29</dc:creator>
      <dc:date>2019-06-01T00:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Enterprise Guide and ODS Help (Multiple data on same Excel sheet)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-and-ODS-Help-Multiple-data-on-same-Excel/m-p/563067#M157800</link>
      <description>Hi, you'll have to search in the ODS EXCEL documentation. I believe there is a "start_at" suboption, but it applies to where the WHOLE sheet should start, you can't place one value in column B row 3 and another value in column D row 5, if that's what you're thinking of.&lt;BR /&gt;&lt;BR /&gt;Cynthia</description>
      <pubDate>Sat, 01 Jun 2019 01:47:27 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/SAS-Enterprise-Guide-and-ODS-Help-Multiple-data-on-same-Excel/m-p/563067#M157800</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2019-06-01T01:47:27Z</dc:date>
    </item>
  </channel>
</rss>

