<?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: Trouble Accessing Practice Data from SAS Certified Soecialist Prep Guide in Programming 1 and 2</title>
    <link>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/866566#M1306</link>
    <description>Hi:&lt;BR /&gt;  It's a bit hard to tell from your screenshots, but it looks like you are using SAS OnDemand for Academics on the SAS OnDemand cloud server. If this is the case (if you go to &lt;A href="https://welcome.oda.sas.com" target="_blank"&gt;https://welcome.oda.sas.com&lt;/A&gt; to start SAS Studio) then you cannot point to C: drive files using the OnDemand SAS Studio access.&lt;BR /&gt;  You will need to create a "cert" folder under your Files (Home) top folder on the SAS OnDemand server and then upload the "cert" files from your C: drive location up to the OnDemand folder. Then, after you do the upload, you should right click on the cert folder under Files (Home) and select Properties. The location on the OnDemand folder should appear in the Location field of the Properties window. This is the path you should use, not a C: drive path. The path should be something like:&lt;BR /&gt;/home/u1234567/cert&lt;BR /&gt;where u1234567 is your OnDemand user ID.&lt;BR /&gt;Cynthia</description>
    <pubDate>Mon, 27 Mar 2023 15:59:05 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2023-03-27T15:59:05Z</dc:date>
    <item>
      <title>Trouble Accessing Practice Data from SAS Certified Soecialist Prep Guide</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/865758#M1298</link>
      <description>&lt;P&gt;Hello - I am having trouble accessing the practice data for "SAS Certified Specialist Prep Guide: Base Programming Using SAS 9.4".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think my problem has to do with updating the macro variable:&amp;nbsp;path=/folders/mypath/cert&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried each of the following:&lt;BR /&gt;C:\Users\Owner\Erik\Work\SAS Training\base-guide-practice-data\cert&lt;/P&gt;&lt;P&gt;'C:\Users\Owner\Erik\Work\SAS Training\base-guide-practice-data\cert'&lt;/P&gt;&lt;P&gt;C:/Users/Owner/Erik/Work/SAS Training/base-guide-practice-data/cert&lt;/P&gt;&lt;P&gt;'C:/Users/Owner/Erik/Work/SAS Training/base-guide-practice-data/cert'&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;In each case I get a error message that says:&amp;nbsp;&lt;SPAN&gt;ERROR: Cannot open %INCLUDE file&lt;/SPAN&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help would be appreciated. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 15:21:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/865758#M1298</guid>
      <dc:creator>DUBS</dc:creator>
      <dc:date>2023-03-22T15:21:54Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Accessing Practice Data from SAS Certified Soecialist Prep Guide</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/865793#M1299</link>
      <description>&lt;P&gt;Go to that location in File Explorer and look at the file.&lt;/P&gt;
&lt;P&gt;1. It is there?&lt;/P&gt;
&lt;P&gt;2. Is it ok?&lt;/P&gt;
&lt;P&gt;3. Do you already have it open? (then close it)&lt;/P&gt;
&lt;P&gt;4. If none of three cases before, try opening a file with %include that will surely work, for example:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://documentation.sas.com/doc/en/vdmmlcdc/8.1/lestmtsref/p1s3uhhqtscz2sn1otiatbovfn1t.htm#n00bihrpksgveyn1i4sccqyilq74" target="_blank"&gt;https://documentation.sas.com/doc/en/vdmmlcdc/8.1/lestmtsref/p1s3uhhqtscz2sn1otiatbovfn1t.htm#n00bihrpksgveyn1i4sccqyilq74&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;5. If this works, analogously open your SAS prep file.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 22 Mar 2023 20:23:38 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/865793#M1299</guid>
      <dc:creator>pink_poodle</dc:creator>
      <dc:date>2023-03-22T20:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Accessing Practice Data from SAS Certified Soecialist Prep Guide</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/866543#M1305</link>
      <description>&lt;P&gt;Thank you for your response.&amp;nbsp; I confirmed that the first three points you outlined are not the issue (i.e. the file is there, it appears to be ok, and the file is not open.) I also reviewed the documentation at the link you provided.&amp;nbsp; Unfortunately, I was still unable to create the practice data.&amp;nbsp; I attached a document with a few screenshots. (the create data file in windows explorer, the SAS code I submitted and the SAS log with the error messages).&lt;BR /&gt;&lt;BR /&gt;With this information, is there any more explicit guidance you could provide?&lt;BR /&gt;&lt;BR /&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Mar 2023 15:02:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/866543#M1305</guid>
      <dc:creator>DUBS</dc:creator>
      <dc:date>2023-03-27T15:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Accessing Practice Data from SAS Certified Soecialist Prep Guide</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/866566#M1306</link>
      <description>Hi:&lt;BR /&gt;  It's a bit hard to tell from your screenshots, but it looks like you are using SAS OnDemand for Academics on the SAS OnDemand cloud server. If this is the case (if you go to &lt;A href="https://welcome.oda.sas.com" target="_blank"&gt;https://welcome.oda.sas.com&lt;/A&gt; to start SAS Studio) then you cannot point to C: drive files using the OnDemand SAS Studio access.&lt;BR /&gt;  You will need to create a "cert" folder under your Files (Home) top folder on the SAS OnDemand server and then upload the "cert" files from your C: drive location up to the OnDemand folder. Then, after you do the upload, you should right click on the cert folder under Files (Home) and select Properties. The location on the OnDemand folder should appear in the Location field of the Properties window. This is the path you should use, not a C: drive path. The path should be something like:&lt;BR /&gt;/home/u1234567/cert&lt;BR /&gt;where u1234567 is your OnDemand user ID.&lt;BR /&gt;Cynthia</description>
      <pubDate>Mon, 27 Mar 2023 15:59:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/866566#M1306</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2023-03-27T15:59:05Z</dc:date>
    </item>
    <item>
      <title>Re: Trouble Accessing Practice Data from SAS Certified Soecialist Prep Guide</title>
      <link>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/866568#M1307</link>
      <description>BINGO! Thanks!&lt;BR /&gt;</description>
      <pubDate>Mon, 27 Mar 2023 16:12:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Programming-1-and-2/Trouble-Accessing-Practice-Data-from-SAS-Certified-Soecialist/m-p/866568#M1307</guid>
      <dc:creator>DUBS</dc:creator>
      <dc:date>2023-03-27T16:12:30Z</dc:date>
    </item>
  </channel>
</rss>

