<?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 הנידון: הפקת נתונים לקובץ אקסל קיים in SAS Users Group in Israel</title>
    <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/686293#M135</link>
    <description>&lt;P&gt;data work.class; /* DATA step */&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;newname='אריאל'; /*new char variable */&lt;BR /&gt;label newname='שם חדש'; /* Assigns a permanent label to the &lt;BR /&gt;variable 'newname' */&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc export data=work.class outfile="D:\Temp\ariel\ClassLabel.xlsx"&lt;BR /&gt;dbms=xlsx label replace; run;&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="arielbud_0-1600931493539.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49744i1950A23138B9F246/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arielbud_0-1600931493539.png" alt="arielbud_0-1600931493539.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 24 Sep 2020 07:11:50 GMT</pubDate>
    <dc:creator>arielbud</dc:creator>
    <dc:date>2020-09-24T07:11:50Z</dc:date>
    <item>
      <title>הפקת נתונים לקובץ אקסל קיים</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672457#M77</link>
      <description>&lt;P&gt;היי,&lt;/P&gt;&lt;P&gt;יש לי קובץ אקסל קיים עם מספר גיליונות ואני רוצה להפיק לאותו קובץ קיים - לגיליון נוסף שלו נתונים מטבלת SAS.&lt;/P&gt;&lt;P&gt;מישהו יודע איך אפשר לעשות זאת?&lt;/P&gt;&lt;P&gt;תודה.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 06:15:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672457#M77</guid>
      <dc:creator>adig</dc:creator>
      <dc:date>2020-07-27T06:15:30Z</dc:date>
    </item>
    <item>
      <title>הנידון: הפקת נתונים לקובץ אקסל קיים</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672459#M78</link>
      <description>/* let create first dataset with a sheet&lt;BR /&gt;contains the table sashelp.class*/&lt;BR /&gt;&lt;BR /&gt;proc export outfile='D:\temp\test.xlsx' dbms=xlsx replace data=sashelp.class;&lt;BR /&gt;&lt;BR /&gt;sheet='Class';&lt;BR /&gt;run;&lt;BR /&gt;&lt;BR /&gt;/* let add additional dataset with a sheet&lt;BR /&gt;contains the table sashelp.air*/&lt;BR /&gt;&lt;BR /&gt;proc export outfile='D:\temp\test.xlsx' dbms=xlsx replace data=sashelp.air;&lt;BR /&gt;&lt;BR /&gt;sheet='Air';&lt;BR /&gt;run;</description>
      <pubDate>Mon, 27 Jul 2020 06:26:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672459#M78</guid>
      <dc:creator>arielbud</dc:creator>
      <dc:date>2020-07-27T06:26:40Z</dc:date>
    </item>
    <item>
      <title>הנידון: הפקת נתונים לקובץ אקסל קיים</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672467#M79</link>
      <description>&lt;P&gt;תודה על התשובה אבל זה לא יהיה לי טוב מכיוון שמדובר בקובץ אקסל קיים עם נתונים שלא קשורים ל SAS.&lt;/P&gt;&lt;P&gt;ואני רוצה להוסיף לו נתונים של SAS בגיליון חדש. יכול להיות שה ADD-IN יכול לעזור כאן?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 08:45:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672467#M79</guid>
      <dc:creator>adig</dc:creator>
      <dc:date>2020-07-27T08:45:14Z</dc:date>
    </item>
    <item>
      <title>הנידון: הפקת נתונים לקובץ אקסל קיים</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672470#M80</link>
      <description>&lt;P&gt;האם ניסית את הפתרון שהציע אריאל?&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc export 
       outfile="&amp;lt;שם קובץ אקסל קיים&amp;gt;"
       dbms=xlsx 
       replace data=&amp;lt;שם טבלת SAS לטעינה&amp;gt;;
   ;
      sheet="&amp;lt;שם הגיליון החדש&amp;gt;"';
run;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;לחילופין ניתן לנסות:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname myxlsx xlsx "&amp;lt;מסלול ושם קובץ האקסל&amp;gt;";

data myxlsx.&amp;lt;שם הגיליון החדש&amp;gt;; 
      /* שם הגיליון לפי כללי שמות בסאס  */
      /* קוד תוכנית כמו בהפקת קובץ סאס חדש   */
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 27 Jul 2020 09:04:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672470#M80</guid>
      <dc:creator>Shmuel</dc:creator>
      <dc:date>2020-07-27T09:04:29Z</dc:date>
    </item>
    <item>
      <title>הנידון: הפקת נתונים לקובץ אקסל קיים</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672480#M81</link>
      <description>&lt;P&gt;ואיך זה סותר &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ה- proc export יוסיף לקובץ אקסל קיים עוד sheet&lt;/P&gt;
&lt;P&gt;&lt;A href="https://blogs.sas.com/content/sasdummy/2012/01/25/export-to-excel-got-easier/" target="_blank"&gt;https://blogs.sas.com/content/sasdummy/2012/01/25/export-to-excel-got-easier/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2020 09:35:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672480#M81</guid>
      <dc:creator>arielbud</dc:creator>
      <dc:date>2020-07-27T09:35:18Z</dc:date>
    </item>
    <item>
      <title>הנידון: הפקת נתונים לקובץ אקסל קיים</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672753#M82</link>
      <description>&lt;P&gt;אכן עובד. תודה!&lt;/P&gt;</description>
      <pubDate>Tue, 28 Jul 2020 08:55:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/672753#M82</guid>
      <dc:creator>adig</dc:creator>
      <dc:date>2020-07-28T08:55:49Z</dc:date>
    </item>
    <item>
      <title>הנידון: הפקת נתונים לקובץ אקסל קיים</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/673139#M83</link>
      <description>&lt;P&gt;אולי גם זה יעזור&lt;/P&gt;
&lt;P&gt;&lt;A href="https://communities.sas.com/t5/SAS-Procedures/How-to-retain-the-Variable-Format-when-PROC-EXPORT-TO-EXCEL/td-p/357108" target="_blank"&gt;https://communities.sas.com/t5/SAS-Procedures/How-to-retain-the-Variable-Format-when-PROC-EXPORT-TO-EXCEL/td-p/357108&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Jul 2020 14:12:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/673139#M83</guid>
      <dc:creator>arielbud</dc:creator>
      <dc:date>2020-07-29T14:12:36Z</dc:date>
    </item>
    <item>
      <title>הנידון: הפקת נתונים לקובץ אקסל קיים</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/686027#M134</link>
      <description>&lt;P&gt;proc export&amp;nbsp;&lt;/P&gt;&lt;P&gt;פותר לי את הבעיה אבל... זה מוציא לי את הנתונים ללא הכותרות. האם יש דרך להוסיף את הכותרות?&lt;/P&gt;</description>
      <pubDate>Wed, 23 Sep 2020 12:54:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/686027#M134</guid>
      <dc:creator>adig</dc:creator>
      <dc:date>2020-09-23T12:54:52Z</dc:date>
    </item>
    <item>
      <title>הנידון: הפקת נתונים לקובץ אקסל קיים</title>
      <link>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/686293#M135</link>
      <description>&lt;P&gt;data work.class; /* DATA step */&lt;BR /&gt;set sashelp.class;&lt;BR /&gt;newname='אריאל'; /*new char variable */&lt;BR /&gt;label newname='שם חדש'; /* Assigns a permanent label to the &lt;BR /&gt;variable 'newname' */&lt;BR /&gt;run;&lt;/P&gt;
&lt;P&gt;proc export data=work.class outfile="D:\Temp\ariel\ClassLabel.xlsx"&lt;BR /&gt;dbms=xlsx label replace; run;&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="arielbud_0-1600931493539.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/49744i1950A23138B9F246/image-size/medium?v=v2&amp;amp;px=400" role="button" title="arielbud_0-1600931493539.png" alt="arielbud_0-1600931493539.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Sep 2020 07:11:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Users-Group-in-Israel/%D7%94%D7%A4%D7%A7%D7%AA-%D7%A0%D7%AA%D7%95%D7%A0%D7%99%D7%9D-%D7%9C%D7%A7%D7%95%D7%91%D7%A5-%D7%90%D7%A7%D7%A1%D7%9C-%D7%A7%D7%99%D7%99%D7%9D/m-p/686293#M135</guid>
      <dc:creator>arielbud</dc:creator>
      <dc:date>2020-09-24T07:11:50Z</dc:date>
    </item>
  </channel>
</rss>

