<?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: Problem Setting up Practice Data for SAS Base Certification on SAS Studio in SAS Studio</title>
    <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/566614#M7652</link>
    <description>See here:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Basic-Question-on-Path/m-p/566365#M159160" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Basic-Question-on-Path/m-p/566365#M159160&lt;/A&gt;</description>
    <pubDate>Mon, 17 Jun 2019 15:21:21 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2019-06-17T15:21:21Z</dc:date>
    <item>
      <title>Problem Setting up Practice Data for SAS Base Certification on SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/543650#M7203</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using the "SAS Certification Prep Guide: Base Programming for SAS 9" to study for my base programming exam. I am using SAS Studio. I am having difficulty setting up the practice data relied on in the certification book. Specifically, SAS Studio is unable to locate the folder on my local Mac OSX machine. When I run the program that's supposed to set up all the practice data after adjusting to the correct folder location, I get the following error:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="sasWarning"&gt;WARNING: Physical file does not exist, /Users/MYCOMPUTER/Downloads/base-guide-practice-data/cert/cre8permdata.sas.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;ERROR: Cannot open %INCLUDE file /Users/MYCOMPUTER/Downloads/base-guide-practice-data/cert/cre8permdata.sas.&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;Here is the code that was submitted and downloaded from SAS:&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="sasError"&gt;&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%let path=/Users/MYCOMPUTER/Downloads/base-guide-practice-data/cert;

/********************************************************************
 Do not modify the code below this line 
********************************************************************/
%macro setdelim;
   %global delim;
   %if %index(&amp;amp;path,%str(/)) %then %let delim=%str(/);
   %else %let delim=%str(\);
%mend;
%setdelim

%macro makedata;
%include "&amp;amp;path&amp;amp;delim.cre8permdata.sas";
%include "&amp;amp;path&amp;amp;delim.cre8workdata.sas";
%include "&amp;amp;path&amp;amp;delim.cre8flatfiles.sas";
%put;
%put NOTE- *******************************************************;
%put NOTE- Your SAS Certification Prep Guide data files are ready.;
%put NOTE- *******************************************************;
%mend;
%makedata;&lt;/CODE&gt;&lt;/PRE&gt;Hope this makes sense, TIA!!&lt;/DIV&gt;</description>
      <pubDate>Fri, 15 Mar 2019 20:28:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/543650#M7203</guid>
      <dc:creator>paulsonalec</dc:creator>
      <dc:date>2019-03-15T20:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Setting up Practice Data for SAS Base Certification on SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/543653#M7204</link>
      <description>&lt;P&gt;I have figured this out for those interested -&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steps in SAS Studio&lt;BR /&gt;1. Create new folder in the Navigation pane, I named mine 'cert'&lt;/P&gt;&lt;P&gt;2. Upload to the folder 'cert' the SAS codes downloaded from the link in the book&lt;/P&gt;&lt;P&gt;3. In the code 'cre8data.sas', replace the Path macro to be the location of the folder 'cert', which is on the SAS Server, not your local machine&lt;/P&gt;&lt;P&gt;4. Run 'cre8data.sas' and the desired data will populate.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best&lt;/P&gt;</description>
      <pubDate>Fri, 15 Mar 2019 20:42:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/543653#M7204</guid>
      <dc:creator>paulsonalec</dc:creator>
      <dc:date>2019-03-15T20:42:19Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Setting up Practice Data for SAS Base Certification on SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/543695#M7206</link>
      <description>&lt;P&gt;Were you using SAS On Demand for Academics or SAS UE? I'm assuming ODA since you mention the SAS Server. Otherwise the path would be something like:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;/folders/myfolders/cert/&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Either way, please mark the question answered and good luck with your certification practice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/265905"&gt;@paulsonalec&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I have figured this out for those interested -&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steps in SAS Studio&lt;BR /&gt;1. Create new folder in the Navigation pane, I named mine 'cert'&lt;/P&gt;
&lt;P&gt;2. Upload to the folder 'cert' the SAS codes downloaded from the link in the book&lt;/P&gt;
&lt;P&gt;3. In the code 'cre8data.sas', replace the Path macro to be the location of the folder 'cert', which is on the SAS Server, not your local machine&lt;/P&gt;
&lt;P&gt;4. Run 'cre8data.sas' and the desired data will populate.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Mar 2019 02:27:25 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/543695#M7206</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-03-16T02:27:25Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Setting up Practice Data for SAS Base Certification on SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/566509#M7647</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm actually having issues with the data within SAS Enterprise Guide - any tips?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Steamed Hams&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2019 08:45:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/566509#M7647</guid>
      <dc:creator>SteamedHams</dc:creator>
      <dc:date>2019-06-17T08:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Setting up Practice Data for SAS Base Certification on SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/566611#M7651</link>
      <description>Did you follow the EG instructions? Verify the path set up is correct and makes sense.</description>
      <pubDate>Mon, 17 Jun 2019 15:15:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/566611#M7651</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-17T15:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Setting up Practice Data for SAS Base Certification on SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/566614#M7652</link>
      <description>See here:&lt;BR /&gt;&lt;A href="https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Basic-Question-on-Path/m-p/566365#M159160" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Proc-Contents-Basic-Question-on-Path/m-p/566365#M159160&lt;/A&gt;</description>
      <pubDate>Mon, 17 Jun 2019 15:21:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/566614#M7652</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2019-06-17T15:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Setting up Practice Data for SAS Base Certification on SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/634588#M8948</link>
      <description>&lt;P&gt;SOLVED IT!&lt;/P&gt;&lt;P&gt;My issue was a OneDrive problem. When I downloaded the practice data, it put it in the OneDrive copy of the SASUniversityEdition folder and not the folder on the C: drive, even though I select the SASUniversityEdition folder under "This PC".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I downloaded the zip file to my Downloads folder and moved the base-guide-practice-data folder (containing the cert folder and other documents) to the SASUniversityEdition folder on my C: drive by expanding "OS (C:)" and selecting that folder.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Once I did that, it showed up in UniversityEdition SAS Studio under My Folders.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Whewww!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Mar 2020 20:40:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/634588#M8948</guid>
      <dc:creator>DavidBrown</dc:creator>
      <dc:date>2020-03-25T20:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Setting up Practice Data for SAS Base Certification on SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/634593#M8949</link>
      <description>&lt;P&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/301357"&gt;@DavidBrown&lt;/a&gt;&amp;nbsp;Could you post your Log?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2020 21:44:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/634593#M8949</guid>
      <dc:creator>sabisw</dc:creator>
      <dc:date>2020-03-24T21:44:50Z</dc:date>
    </item>
    <item>
      <title>Re: Problem Setting up Practice Data for SAS Base Certification on SAS Studio</title>
      <link>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/634888#M8953</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/73569"&gt;@sabisw&lt;/a&gt; I fixed the issue and edited my post to remove my unsavory comment.</description>
      <pubDate>Wed, 25 Mar 2020 20:41:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Studio/Problem-Setting-up-Practice-Data-for-SAS-Base-Certification-on/m-p/634888#M8953</guid>
      <dc:creator>DavidBrown</dc:creator>
      <dc:date>2020-03-25T20:41:30Z</dc:date>
    </item>
  </channel>
</rss>

