<?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: Just the first sheet ? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741777#M231934</link>
    <description>&lt;P&gt;I just want to make sure what I thought is correct .&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;</description>
    <pubDate>Sun, 16 May 2021 20:24:53 GMT</pubDate>
    <dc:creator>tianerhu</dc:creator>
    <dc:date>2021-05-16T20:24:53Z</dc:date>
    <item>
      <title>Just the first sheet ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741673#M231868</link>
      <description>&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname results 'C:\practice everyday';
proc import datafile = 'C:\practice everyday\input\ABC.xlsx'
out = results.ABC
dbms = xlsx
replace;
getnames = yes;
run;
proc print data = results.ABC;
run;&lt;BR /&gt;&amp;nbsp;&lt;BR /&gt;With&amp;nbsp;code&amp;nbsp;above,&amp;nbsp;just&amp;nbsp;get&amp;nbsp;a sas data set named results.ABC which is from&amp;nbsp;sheetA&amp;nbsp;,isn't&amp;nbsp;it&amp;nbsp;?&lt;BR /&gt;(ABC.xlsx&amp;nbsp;has&amp;nbsp;three&amp;nbsp;sheets,&amp;nbsp;the&amp;nbsp;first&amp;nbsp;is&amp;nbsp;sheetA,&amp;nbsp;the&amp;nbsp;second&amp;nbsp;is&amp;nbsp;sheetB,&amp;nbsp;the&amp;nbsp;third&amp;nbsp;is&amp;nbsp;sheetC)&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Sun, 16 May 2021 00:49:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741673#M231868</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-05-16T00:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Just the first sheet ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741674#M231869</link>
      <description>&lt;P&gt;So have you run it and got the expected results which would be the first sheet in the workbook?&lt;/P&gt;</description>
      <pubDate>Sun, 16 May 2021 01:20:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741674#M231869</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-16T01:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Just the first sheet ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741675#M231870</link>
      <description>&lt;P&gt;yes&lt;/P&gt;</description>
      <pubDate>Sun, 16 May 2021 01:49:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741675#M231870</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-05-16T01:49:03Z</dc:date>
    </item>
    <item>
      <title>Re: Just the first sheet ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741773#M231930</link>
      <description>&lt;P&gt;Then why are you asking the question?&lt;/P&gt;</description>
      <pubDate>Sun, 16 May 2021 19:53:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741773#M231930</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-16T19:53:41Z</dc:date>
    </item>
    <item>
      <title>Re: Just the first sheet ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741777#M231934</link>
      <description>&lt;P&gt;I just want to make sure what I thought is correct .&lt;/P&gt;
&lt;P&gt;Thank you for your reply.&lt;/P&gt;</description>
      <pubDate>Sun, 16 May 2021 20:24:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741777#M231934</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-05-16T20:24:53Z</dc:date>
    </item>
    <item>
      <title>Re: Just the first sheet ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741798#M231948</link>
      <description>&lt;P&gt;You ensure you get the sheet you want it is better to use the SHEET = option as documented &lt;A href="https://documentation.sas.com/doc/en/pgmsascdc/9.4_3.5/acpcref/n0msy4hy1so0ren1acm90iijxn8j.htm" target="_blank" rel="noopener"&gt;here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Relying on the order of sheets to pick (the first will be selected by default) the one you want isn't reliable.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 00:24:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/741798#M231948</guid>
      <dc:creator>SASKiwi</dc:creator>
      <dc:date>2021-05-17T00:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Just the first sheet ?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/742000#M232026</link>
      <description>&lt;P&gt;Thank you for your help.&lt;/P&gt;</description>
      <pubDate>Mon, 17 May 2021 20:34:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Just-the-first-sheet/m-p/742000#M232026</guid>
      <dc:creator>tianerhu</dc:creator>
      <dc:date>2021-05-17T20:34:10Z</dc:date>
    </item>
  </channel>
</rss>

