<?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 Under Programming 1: Essential, the existing coding for importing excel file &amp;quot;EP101d01.SAS is wrong? in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646810#M496</link>
    <description>&lt;P&gt;When I ran the coding in section 1 to import excel data under EP101d01.sas, I got error message " The physical file was not found". The existing coding for path is "pro import datafile = "PATHFILE/storm.xlsx". I checked createdataPG1-oda.sas which I set up data in SAS studio, I found that "PATHFILE" doesn't exist at all. So I changed "DATAFILE" into "&amp;amp;Path/Storm.xlsx". It works now. Could you double check the coding under EP101d01.sas to see whether it is correct or not? Am I right to change the coding as above? I'm a new learner&amp;nbsp;on SAS.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Mon, 11 May 2020 17:10:46 GMT</pubDate>
    <dc:creator>Jennyzhu2</dc:creator>
    <dc:date>2020-05-11T17:10:46Z</dc:date>
    <item>
      <title>Under Programming 1: Essential, the existing coding for importing excel file "EP101d01.SAS is wrong?</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646810#M496</link>
      <description>&lt;P&gt;When I ran the coding in section 1 to import excel data under EP101d01.sas, I got error message " The physical file was not found". The existing coding for path is "pro import datafile = "PATHFILE/storm.xlsx". I checked createdataPG1-oda.sas which I set up data in SAS studio, I found that "PATHFILE" doesn't exist at all. So I changed "DATAFILE" into "&amp;amp;Path/Storm.xlsx". It works now. Could you double check the coding under EP101d01.sas to see whether it is correct or not? Am I right to change the coding as above? I'm a new learner&amp;nbsp;on SAS.&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 17:10:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646810#M496</guid>
      <dc:creator>Jennyzhu2</dc:creator>
      <dc:date>2020-05-11T17:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: Under Programming 1: Essential, the existing coding for importing excel file "EP101d01.SAS</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646864#M497</link>
      <description>&lt;P&gt;Hi:&lt;BR /&gt;Yes, there is an issue with that program, thanks for pointing it out. We are reviewing it.&lt;BR /&gt;&lt;BR /&gt;If your %LET statement in SETUP.SAS includes the data subfolder (which is correct for SAS OnDemand), then you needed to take the /data out of the datafile= part of the code.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1589226668755.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39309iCE8CC0655F2468BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1589226668755.png" alt="Cynthia_sas_0-1589226668755.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;S:\workshop is the classroom path for the file and in that environment, we use a slightly different path for classroom students. However, for SAS OnDemand for Academics, you should make sure that your %LET statement includes the /data subfolder and that your model syntax does not have a second reference to /data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for bringing this typo to our attention.&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 19:52:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646864#M497</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-05-11T19:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Under Programming 1: Essential, the existing coding for importing excel file "EP101d01.SAS</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646872#M498</link>
      <description>Thank you Cynthia for your speedy feedback. It seems section 3 and 4 have coding errors as well under EP101d01.SAS ( SAS OnDemand for Academics). Somebody saved different coding after lunch. Could you please check it?</description>
      <pubDate>Mon, 11 May 2020 19:59:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646872#M498</guid>
      <dc:creator>Jennyzhu2</dc:creator>
      <dc:date>2020-05-11T19:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Under Programming 1: Essential, the existing coding for importing excel file "EP101d01.SAS</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646898#M499</link>
      <description>&lt;P&gt;Hi, we are reviewing the code and making changes. I am testing that program after I do the setup. I show the file name as just &lt;STRONG&gt;P&lt;/STRONG&gt;102d01.sas -- as shown below:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Cynthia_sas_0-1589235633172.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/39313i0AC1630EA85F75DD/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Cynthia_sas_0-1589235633172.png" alt="Cynthia_sas_0-1589235633172.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;It's probably better to watch the videos and wait for the class zip file and/or instructions to be corrected though. We'll need to re-check all the instructions, not just the OnDemand ones.&lt;BR /&gt;Thanks,&lt;BR /&gt;Cynthia&lt;/P&gt;</description>
      <pubDate>Mon, 11 May 2020 22:24:29 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646898#M499</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2020-05-11T22:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: Under Programming 1: Essential, the existing coding for importing excel file "EP101d01.SAS</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646911#M502</link>
      <description>Thank you so much Cynthia! I will wait for the fix to be done. Could you please let me know once it is done? Many Thanks.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Tue, 12 May 2020 00:06:14 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Under-Programming-1-Essential-the-existing-coding-for-importing/m-p/646911#M502</guid>
      <dc:creator>Jennyzhu2</dc:creator>
      <dc:date>2020-05-12T00:06:14Z</dc:date>
    </item>
  </channel>
</rss>

