<?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: New user attempt to take an online SAS cert course in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/669054#M9266</link>
    <description>Hi:&lt;BR /&gt;  In SAS Studio, if you can find the file in the Server Files and Folders pane, you can ALWAYS get the correct path by doing a right-click on the file name and choosing Properties. The Location field in the Properties window will ALWAYS show you the correct path to use for a file like this. &lt;BR /&gt;Cynthia</description>
    <pubDate>Tue, 14 Jul 2020 01:52:33 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2020-07-14T01:52:33Z</dc:date>
    <item>
      <title>New user attempt to take an online SAS cert course</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/668983#M9261</link>
      <description>&lt;P&gt;Hi! I am trying to create a data set from an excel file. I created the excel file to match one being used in a free online pre-recorded SAS course. The&amp;nbsp; course is using an older version of SAS - SAS 3.4 and I have 3.8, so I am not sure what I am doing wrong.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AJ_9_1-1594675435988.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/47104iA8FF2A81F16432A7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AJ_9_1-1594675435988.png" alt="AJ_9_1-1594675435988.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>Mon, 13 Jul 2020 21:32:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/668983#M9261</guid>
      <dc:creator>AJ_9</dc:creator>
      <dc:date>2020-07-13T21:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: New user attempt to take an online SAS cert course</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/668986#M9262</link>
      <description>&lt;P&gt;Read that error carefully. Is that where you created the Excel file?&lt;/P&gt;
&lt;P&gt;It is a best practice to include a complete path when using external references. Otherwise SAS will assume the file is likely in the location SAS executes from. If you are using the SAS University edition you are restricted to locations that the virtual machine sees and if set up with defaults properly means that the paths start with /folders/myfolders/&amp;lt;your specific folders and file names follow here&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 21:38:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/668986#M9262</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2020-07-13T21:38:13Z</dc:date>
    </item>
    <item>
      <title>Re: New user attempt to take an online SAS cert course</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/668991#M9263</link>
      <description>&lt;P&gt;Honestly, I don't understand the error message. I uploaded the excel file from my desktop not knowing if I needed to or could create the file in SAS or if SAS would accept the upload. I can download the excel file from SAS so I assume that means its there. My experience using SAS in this detail is below beginner level.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 21:52:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/668991#M9263</guid>
      <dc:creator>AJ_9</dc:creator>
      <dc:date>2020-07-13T21:52:13Z</dc:date>
    </item>
    <item>
      <title>Re: New user attempt to take an online SAS cert course</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/668995#M9264</link>
      <description>&lt;P&gt;I can barely read the screenshot. Can we see the full import code you're running? Insert it in the reply using the Insert SAS Code button in the edit toolbar.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what I can read, I think you need to change the datafile= line to:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;PROC IMPORT datafile="/folders/myfolders/myprj1/emps_sales.xlsx"&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 13 Jul 2020 22:07:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/668995#M9264</guid>
      <dc:creator>ketpt42</dc:creator>
      <dc:date>2020-07-13T22:07:31Z</dc:date>
    </item>
    <item>
      <title>Re: New user attempt to take an online SAS cert course</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/669001#M9265</link>
      <description>&lt;P&gt;Thank you. That helped fix the problem. The course skipped how to assign / define a physical location and I was able find a help doc that covered that step. Thank you again for your help!&lt;/P&gt;</description>
      <pubDate>Mon, 13 Jul 2020 22:22:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/669001#M9265</guid>
      <dc:creator>AJ_9</dc:creator>
      <dc:date>2020-07-13T22:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: New user attempt to take an online SAS cert course</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/669054#M9266</link>
      <description>Hi:&lt;BR /&gt;  In SAS Studio, if you can find the file in the Server Files and Folders pane, you can ALWAYS get the correct path by doing a right-click on the file name and choosing Properties. The Location field in the Properties window will ALWAYS show you the correct path to use for a file like this. &lt;BR /&gt;Cynthia</description>
      <pubDate>Tue, 14 Jul 2020 01:52:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/669054#M9266</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-07-14T01:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: New user attempt to take an online SAS cert course</title>
      <link>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/669124#M9267</link>
      <description>&lt;P&gt;Please do not post screenshots of logs, especially such hard-to-read ones. Unless it is funny for you to annoy us.&lt;/P&gt;
&lt;P&gt;Copy/paste the log &lt;EM&gt;text&lt;/EM&gt; into a window opened with this 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.jpg"&gt;&lt;img src="https://communities.sas.com/skins/images/87D7628E4A7EB4769F2F1F77D7027BA0/responsive_peak/images/image_not_found.png" alt="Bildschirmfoto 2020-04-07 um 08.32.59.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;From what my old eyes can make out, it seems you did not use an absolute path to your file. Pathnames to the shared folder in SAS University Edition MUST start with&lt;/P&gt;
&lt;PRE&gt;/folders/myfolders&lt;/PRE&gt;
&lt;P&gt;if you set it up correctly.&lt;/P&gt;</description>
      <pubDate>Tue, 14 Jul 2020 09:04:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/New-user-attempt-to-take-an-online-SAS-cert-course/m-p/669124#M9267</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2020-07-14T09:04:01Z</dc:date>
    </item>
  </channel>
</rss>

