<?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: SAS Base Exam Authorized Files in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815727#M1264</link>
    <description>Yes, what Tom said. The instructions for loading the data and creating the libraries is in the PDF file that is part of the practice exam.&lt;BR /&gt;&lt;BR /&gt;At the same time, make sure that you understand how libraries work before you take the practice exam. All of your preparation (learning SAS and studying the content guide) should be complete before you take the practice exam, which should be the final step before you take the actual exam. Don't take the practice exam as part of the 'learning SAS' portion of your preparation.</description>
    <pubDate>Mon, 30 May 2022 17:15:42 GMT</pubDate>
    <dc:creator>Mark2010</dc:creator>
    <dc:date>2022-05-30T17:15:42Z</dc:date>
    <item>
      <title>Re: SAS Base Exam Authorized Files</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815653#M1260</link>
      <description>&lt;P&gt;libname cert 's:/workshop';&lt;/P&gt;&lt;P&gt;I'm preparing for the base sas certification. Can anyone please help me with the code above.&lt;/P&gt;&lt;P&gt;I'm getting below error&lt;/P&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;libname cert 's:/workshop';&lt;/DIV&gt;&lt;DIV class=""&gt;NOTE: Library CERT does not exist.&lt;/DIV&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class=""&gt;As I am going through the practice questions please help me on how to access the data file in lib.&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 30 May 2022 08:33:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815653#M1260</guid>
      <dc:creator>sas_learner_NEW</dc:creator>
      <dc:date>2022-05-30T08:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Exam Authorized Files</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815675#M1261</link>
      <description>You may have a couple things going on here that are causing problems.&lt;BR /&gt;&lt;BR /&gt;What lab environment are you using (the lab provided with the exam, on demand for Academics, your own install?)&lt;BR /&gt;&lt;BR /&gt;The is a PDF included in the practice exam (must access before you start the exam) that explains how to access data on the different lab versions. Start with that.</description>
      <pubDate>Mon, 30 May 2022 11:03:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815675#M1261</guid>
      <dc:creator>Mark2010</dc:creator>
      <dc:date>2022-05-30T11:03:46Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Exam Authorized Files</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815711#M1262</link>
      <description>Thanks for your reply.&lt;BR /&gt;&lt;BR /&gt;Download the zip file and saved in C drive and I'am using the sas studio&lt;BR /&gt;using the link provided in sas website as part of additional training tools.&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://www.sas.com/en_us/software/on-demand-for-academics.html" target="_blank"&gt;https://www.sas.com/en_us/software/on-demand-for-academics.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Please help me on this code . Thanks.&lt;BR /&gt;&lt;BR /&gt;libname cert 'c:\cert\input';&lt;BR /&gt;&lt;BR /&gt;libname cert 'c:\cert\input';&lt;BR /&gt;NOTE: Library CERT does not exist.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 May 2022 15:18:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815711#M1262</guid>
      <dc:creator>sas_learner_NEW</dc:creator>
      <dc:date>2022-05-30T15:18:09Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Exam Authorized Files</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815712#M1263</link>
      <description>&lt;P&gt;If you are using SAS via SAS/Studio interface then the files need to be on the machine where SAS is running, not the machine where you are running the browser you are using to connect to SAS/Studio.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS/Studio has a file upload feature.&amp;nbsp; Use that to upload files.&amp;nbsp; You might need to first create a directory to mimic the structure the SAS code wants.&lt;/P&gt;</description>
      <pubDate>Mon, 30 May 2022 15:23:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815712#M1263</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2022-05-30T15:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Base Exam Authorized Files</title>
      <link>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815727#M1264</link>
      <description>Yes, what Tom said. The instructions for loading the data and creating the libraries is in the PDF file that is part of the practice exam.&lt;BR /&gt;&lt;BR /&gt;At the same time, make sure that you understand how libraries work before you take the practice exam. All of your preparation (learning SAS and studying the content guide) should be complete before you take the practice exam, which should be the final step before you take the actual exam. Don't take the practice exam as part of the 'learning SAS' portion of your preparation.</description>
      <pubDate>Mon, 30 May 2022 17:15:42 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/Re-SAS-Base-Exam-Authorized-Files/m-p/815727#M1264</guid>
      <dc:creator>Mark2010</dc:creator>
      <dc:date>2022-05-30T17:15:42Z</dc:date>
    </item>
  </channel>
</rss>

