<?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: ods excel options in SAS Users Group in Israel</title>
    <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/ods-excel-options/m-p/665122#M64</link>
    <description>&lt;P class="lia-align-right" style="direction: rtl;"&gt;שלום&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/332784"&gt;@Yul&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right" style="direction: rtl;"&gt;זה עובד על המחשב שלי עם SAS 9.4M6 על Windows:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="C:\Users\User\Desktop\Temp\Checks.xlsx" options(sheet_name="sheet1");
proc print data=sashelp.class;
run;
ods excel options(sheet_name="sheet2");
proc print data=sashelp.cars;
run;
ods excel options(sheet_name="sheet3");
proc print data=sashelp.class;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="lia-align-right" style="direction: rtl;"&gt;גם זה עובד:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.class outfile="C:\Users\User\Desktop\Temp\Example.xlsx" dbms=xlsx replace;
sheet="CLASS1";
run;

proc export data=sashelp.class outfile="C:\Users\User\Desktop\Temp\Example.xlsx"  dbms=xlsx replace;
sheet="CLASS2";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="lia-align-right" style="direction: rtl;"&gt;חגי&lt;/P&gt;</description>
    <pubDate>Thu, 25 Jun 2020 19:02:59 GMT</pubDate>
    <dc:creator>Hagay</dc:creator>
    <dc:date>2020-06-25T19:02:59Z</dc:date>
    <item>
      <title>ods excel options</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/ods-excel-options/m-p/664967#M63</link>
      <description>&lt;P&gt;היי,&lt;/P&gt;&lt;P&gt;אני רוצה לייצר מסמך אקסל אחד checks שיש בו גיליונות מתוכניות שונות. האם זה אפשרי?&lt;/P&gt;&lt;P&gt;ניסיתי לעשות באמצעות:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ods excel options (sheet_interval="none" sheet_name='xxx' embedded_titles="on")&lt;BR /&gt;file="Z:\Data\OUTPUTS\Checks.xlsx" ;&lt;BR /&gt;proc print noobs label data=OUTPUTS.xxx;&lt;BR /&gt;var _all_;&lt;BR /&gt;run;&lt;/P&gt;&lt;P&gt;ods excel close;&lt;/P&gt;&lt;P&gt;אבל כאשר אני מריצה את אותה פקודה עם שם גיליון אחר &lt;FONT face="arial black,avant garde"&gt;בתוכנית אחרת&lt;/FONT&gt; זה דורס את כל הקובץ. האם יש אופציה שהקובץ לא יידרס וייצר רק גיליון נוסף באותו המסמך checks?&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 11:43:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/ods-excel-options/m-p/664967#M63</guid>
      <dc:creator>Yul</dc:creator>
      <dc:date>2020-06-25T11:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: ods excel options</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/ods-excel-options/m-p/665122#M64</link>
      <description>&lt;P class="lia-align-right" style="direction: rtl;"&gt;שלום&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/332784"&gt;@Yul&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="lia-align-right" style="direction: rtl;"&gt;זה עובד על המחשב שלי עם SAS 9.4M6 על Windows:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;ods excel file="C:\Users\User\Desktop\Temp\Checks.xlsx" options(sheet_name="sheet1");
proc print data=sashelp.class;
run;
ods excel options(sheet_name="sheet2");
proc print data=sashelp.cars;
run;
ods excel options(sheet_name="sheet3");
proc print data=sashelp.class;
run;
ods excel close;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="lia-align-right" style="direction: rtl;"&gt;גם זה עובד:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export data=sashelp.class outfile="C:\Users\User\Desktop\Temp\Example.xlsx" dbms=xlsx replace;
sheet="CLASS1";
run;

proc export data=sashelp.class outfile="C:\Users\User\Desktop\Temp\Example.xlsx"  dbms=xlsx replace;
sheet="CLASS2";
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P class="lia-align-right" style="direction: rtl;"&gt;חגי&lt;/P&gt;</description>
      <pubDate>Thu, 25 Jun 2020 19:02:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/ods-excel-options/m-p/665122#M64</guid>
      <dc:creator>Hagay</dc:creator>
      <dc:date>2020-06-25T19:02:59Z</dc:date>
    </item>
    <item>
      <title>הנידון: ods excel options</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/ods-excel-options/m-p/665628#M66</link>
      <description>&lt;P&gt;אולי גם זה יעזור&amp;nbsp;&lt;BR /&gt;&lt;A href="https://blogs.sas.com/content/sgf/2019/04/23/ods-excel-control/" target="_blank"&gt;https://blogs.sas.com/content/sgf/2019/04/23/ods-excel-control/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Jun 2020 10:23:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/ods-excel-options/m-p/665628#M66</guid>
      <dc:creator>arielbud</dc:creator>
      <dc:date>2020-06-28T10:23:28Z</dc:date>
    </item>
  </channel>
</rss>

