<?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 couldn't import excel file with libname. in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647332#M9155</link>
    <description>&lt;P&gt;I am studying with this book '&lt;FONT size="3"&gt;SAS Certified Specialist Prep Guide: Base Programming Using SAS 9.4'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;using the universal edition of SAS studio.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;I did this problem with 'proc import file='&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;it didn't work and the solution of the book is below;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;It creates the library but not file. please, someone knows the reason, explain to&amp;nbsp;me.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scenario 6.GIF" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39364i3DF2DFFC147D8CCF/image-size/large?v=v2&amp;amp;px=999" role="button" title="scenario 6.GIF" alt="scenario 6.GIF" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 13 May 2020 07:05:41 GMT</pubDate>
    <dc:creator>Kjfinny</dc:creator>
    <dc:date>2020-05-13T07:05:41Z</dc:date>
    <item>
      <title>couldn't import excel file with libname.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647332#M9155</link>
      <description>&lt;P&gt;I am studying with this book '&lt;FONT size="3"&gt;SAS Certified Specialist Prep Guide: Base Programming Using SAS 9.4'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;using the universal edition of SAS studio.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;I did this problem with 'proc import file='&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;it didn't work and the solution of the book is below;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;It creates the library but not file. please, someone knows the reason, explain to&amp;nbsp;me.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="3"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="scenario 6.GIF" style="width: 999px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39364i3DF2DFFC147D8CCF/image-size/large?v=v2&amp;amp;px=999" role="button" title="scenario 6.GIF" alt="scenario 6.GIF" /&gt;&lt;/span&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 07:05:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647332#M9155</guid>
      <dc:creator>Kjfinny</dc:creator>
      <dc:date>2020-05-13T07:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: couldn't import excel file with libname.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647343#M9156</link>
      <description>&lt;P&gt;could you please check the tab name or excel sheet name in heart.xlsx, is there a tab name or excel sheet name as heart.&lt;/P&gt;
&lt;P&gt;in order for you to read the excel file via libname you need to know the sheet name and use that sheet name as input dataset in set statement.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;to know the different sheet names in the excel file try&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets lib=certdata; 
quit;&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;This will give you the different table or sheet names in that excel file.Once you know the name replace that name in set certdata.xxxx&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 07:27:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647343#M9156</guid>
      <dc:creator>Jagadishkatam</dc:creator>
      <dc:date>2020-05-13T07:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: couldn't import excel file with libname.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647348#M9157</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/309275"&gt;@Kjfinny&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also experienced these inconsistencies with the book.&lt;/P&gt;
&lt;P&gt;-&amp;gt; The dataset 'Aprbills' can be accessed with the libname 'Cert' and not 'Clinic'&lt;/P&gt;
&lt;P&gt;-&amp;gt;&amp;nbsp;The dataset 'Heart' for scenario 6 can be accessed with the libname 'Sashelp' (no Excel file supplied):&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data work.heart;
	set sashelp.heart (drop=AgeAtDeath DeathCause);
	where status="Alive";
	...
run;
	&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Best,&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 07:44:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647348#M9157</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-13T07:44:15Z</dc:date>
    </item>
    <item>
      <title>Re: couldn't import excel file with libname.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647350#M9158</link>
      <description>&lt;P&gt;Please post your logs in the future not as pictures, but by copy/pasting the log text into a window opened with the &amp;lt;/&amp;gt; button:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Bildschirmfoto 2020-04-07 um 08.32.59.png"&gt;&lt;img src="https://communities.sas.com/skins/images/E0BB18E7DAA53C21BC28740CEA0E38DA/responsive_peak/images/image_not_found.png" alt="Bildschirmfoto 2020-04-07 um 08.32.59.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From the contents of your picture, I take it that you use University Edition in a virtual machine. To address files in the shared folder, you need to use the internal path of the VM, which is /folders/myfolders. The VM is a UNIX system, uses UNIX filename syntax, and does not have access to your local drives, only to the shared folder.&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 07:47:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647350#M9158</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-05-13T07:47:04Z</dc:date>
    </item>
    <item>
      <title>Re: couldn't import excel file with libname.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647354#M9159</link>
      <description>&lt;P&gt;NB: You can check for updates here:&amp;nbsp;&lt;A href="https://support.sas.com/content/dam/SAS/support/en/books/errata-base-certified.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://support.sas.com/content/dam/SAS/support/en/books/errata-base-certified.pdf&lt;/A&gt;&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="Capture d’écran 2020-05-13 à 09.49.01.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39368i7BAF5502BC072EB2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Capture d’écran 2020-05-13 à 09.49.01.png" alt="Capture d’écran 2020-05-13 à 09.49.01.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 May 2020 07:49:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647354#M9159</guid>
      <dc:creator>ed_sas_member</dc:creator>
      <dc:date>2020-05-13T07:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: couldn't import excel file with libname.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647550#M9161</link>
      <description>the sheet name is also heart. thank you</description>
      <pubDate>Wed, 13 May 2020 17:35:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647550#M9161</guid>
      <dc:creator>Kjfinny</dc:creator>
      <dc:date>2020-05-13T17:35:29Z</dc:date>
    </item>
    <item>
      <title>Re: couldn't import excel file with libname.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647555#M9162</link>
      <description>scenario 6 need to use import data from an outside source.&lt;BR /&gt;but I will try~</description>
      <pubDate>Wed, 13 May 2020 17:42:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647555#M9162</guid>
      <dc:creator>Kjfinny</dc:creator>
      <dc:date>2020-05-13T17:42:07Z</dc:date>
    </item>
    <item>
      <title>Re: couldn't import excel file with libname.</title>
      <link>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647558#M9163</link>
      <description>thank you and I will try.</description>
      <pubDate>Wed, 13 May 2020 17:50:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/couldn-t-import-excel-file-with-libname/m-p/647558#M9163</guid>
      <dc:creator>Kjfinny</dc:creator>
      <dc:date>2020-05-13T17:50:05Z</dc:date>
    </item>
  </channel>
</rss>

