<?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 Exporting excel in New SAS User</title>
    <link>https://communities.sas.com/t5/New-SAS-User/Exporting-excel/m-p/668605#M23154</link>
    <description>&lt;P&gt;When I do the quiz from SAS programming 1 course, I cannot make sense this question. Can anyone help me this question?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jianan_luna_0-1594501015059.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47070i938B21F97060E8DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jianan_luna_0-1594501015059.png" alt="Jianan_luna_0-1594501015059.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 11 Jul 2020 20:58:34 GMT</pubDate>
    <dc:creator>Jianan_luna</dc:creator>
    <dc:date>2020-07-11T20:58:34Z</dc:date>
    <item>
      <title>Exporting excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Exporting-excel/m-p/668605#M23154</link>
      <description>&lt;P&gt;When I do the quiz from SAS programming 1 course, I cannot make sense this question. Can anyone help me this question?&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Jianan_luna_0-1594501015059.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47070i938B21F97060E8DF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Jianan_luna_0-1594501015059.png" alt="Jianan_luna_0-1594501015059.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 20:58:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Exporting-excel/m-p/668605#M23154</guid>
      <dc:creator>Jianan_luna</dc:creator>
      <dc:date>2020-07-11T20:58:34Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Exporting-excel/m-p/668609#M23157</link>
      <description>&lt;P&gt;The output of the code is CLASS_LIST, which is a SAS data set (which they call a SAS table).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nothing has happened to make this an Excel file. If they tried to create MYLIB.CLASS_LIST, that would be included in the Excel file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 21:18:43 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Exporting-excel/m-p/668609#M23157</guid>
      <dc:creator>PaigeMiller</dc:creator>
      <dc:date>2020-07-11T21:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Exporting-excel/m-p/668616#M23161</link>
      <description>&lt;P&gt;That is a terribly worded question.&amp;nbsp; Did you have to pay to access those questions?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The program will not create any OUTPUT files.&lt;/P&gt;
&lt;P&gt;The LIBNAME statement sets up the libref MYLIB pointing to the specified file, but nothing it written until you use it.&lt;/P&gt;
&lt;P&gt;The data step will create a SAS dataset in the WORK library (unless you have defined the &lt;A href="https://documentation.sas.com/?docsetId=pgmcli&amp;amp;docsetTarget=p1wfm3l4h6pf2wn1pjiibtdyzq8w.htm&amp;amp;docsetVersion=1.0&amp;amp;locale=en" target="_self"&gt;USER libref and/or used the USER option)&lt;/A&gt;. I would not call that an OUTPUT file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jul 2020 22:34:57 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Exporting-excel/m-p/668616#M23161</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2020-07-11T22:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting excel</title>
      <link>https://communities.sas.com/t5/New-SAS-User/Exporting-excel/m-p/668632#M23166</link>
      <description>&lt;P&gt;The question illustrates a common mistake: defining a library, but then missing to use it in the following code.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Defining a library with the XLSX engine does not create anything; only when data is written to this library, the Excel file will be created if it did not yet exist.&lt;/P&gt;</description>
      <pubDate>Sun, 12 Jul 2020 05:09:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/New-SAS-User/Exporting-excel/m-p/668632#M23166</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-12T05:09:16Z</dc:date>
    </item>
  </channel>
</rss>

