<?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 Programming Certification Practice Exam Help in SAS Certification</title>
    <link>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903104#M1677</link>
    <description>Thanks for the follow up. I ran the code and under Log I received " ERROR: Libref CERT is not assigned."</description>
    <pubDate>Tue, 14 Nov 2023 23:53:36 GMT</pubDate>
    <dc:creator>brianhoops1</dc:creator>
    <dc:date>2023-11-14T23:53:36Z</dc:date>
    <item>
      <title>SAS Programming Certification Practice Exam Help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903088#M1674</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm getting started on my practice exam and ran into an issue when creating the initial library. The instructions are the following (I'm using SAS OnDemand for Academics):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brianhoops1_0-1700001706082.png" style="width: 576px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89769i16F7AA994D52040C/image-dimensions/576x203?v=v2" width="576" height="203" role="button" title="brianhoops1_0-1700001706082.png" alt="brianhoops1_0-1700001706082.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;I entered the following to set up the library:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brianhoops1_1-1700001785380.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89770i71BE99922A1675C8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brianhoops1_1-1700001785380.png" alt="brianhoops1_1-1700001785380.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The log came back that these both were successfully created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I entered in just a basic code to view the tables I received "&amp;nbsp;The table "RESULTS.OUTPUT04" cannot be opened because it does not contain any columns," window within SAS. This was the code I ran. Am I missing something or did I enter something incorrectly? (Instructions are below)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brianhoops1_2-1700001943149.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89771i739BA58CE32C950C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brianhoops1_2-1700001943149.png" alt="brianhoops1_2-1700001943149.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="brianhoops1_3-1700002002491.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89772i49FD1FE320C56BB7/image-size/medium?v=v2&amp;amp;px=400" role="button" title="brianhoops1_3-1700002002491.png" alt="brianhoops1_3-1700002002491.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 14 Nov 2023 22:46:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903088#M1674</guid>
      <dc:creator>brianhoops1</dc:creator>
      <dc:date>2023-11-14T22:46:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Certification Practice Exam Help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903102#M1675</link>
      <description>&lt;P&gt;Does the SAS log show any errors or warnings? If there are no errors then the SAS log will also tell you how many rows it could read from table cert.input04.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Run below code to list what tables are available under libref cert with how many variables and observations.&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc contents data=cert._all_;
run;quit;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Tue, 14 Nov 2023 23:42:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903102#M1675</guid>
      <dc:creator>Patrick</dc:creator>
      <dc:date>2023-11-14T23:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Certification Practice Exam Help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903103#M1676</link>
      <description>I think you missed an important setup step. Before going into the practice exam itself, there is a page about setting up the data in ODA. You will need to upload and run some files that are part of a zip for that comes with the exam. This should populate the need input data sets.</description>
      <pubDate>Tue, 14 Nov 2023 23:53:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903103#M1676</guid>
      <dc:creator>Mark2010</dc:creator>
      <dc:date>2023-11-14T23:53:15Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Certification Practice Exam Help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903104#M1677</link>
      <description>Thanks for the follow up. I ran the code and under Log I received " ERROR: Libref CERT is not assigned."</description>
      <pubDate>Tue, 14 Nov 2023 23:53:36 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903104#M1677</guid>
      <dc:creator>brianhoops1</dc:creator>
      <dc:date>2023-11-14T23:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Certification Practice Exam Help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903108#M1678</link>
      <description>&lt;P&gt;When you first access the eLearning that contains the practice exam, there is a section titled "Access SAS and Set Up Files for the Practice Exam (Required). Under there, there are links for ODA&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Mark2010_0-1700009878535.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89779iF94BDEB517F09257/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Mark2010_0-1700009878535.png" alt="Mark2010_0-1700009878535.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Follow these and you should be all set.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 00:58:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903108#M1678</guid>
      <dc:creator>Mark2010</dc:creator>
      <dc:date>2023-11-15T00:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Certification Practice Exam Help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903112#M1679</link>
      <description>&lt;P&gt;there is a program you need to unzip and execute. All the folder and datasets for practice will be there.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 01:34:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903112#M1679</guid>
      <dc:creator>wxzhai</dc:creator>
      <dc:date>2023-11-15T01:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAS Programming Certification Practice Exam Help</title>
      <link>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903114#M1680</link>
      <description>&lt;P&gt;should be like this. I'm also using on demand. and attended the exam 2 weeks ago.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="wxzhai_0-1700012158907.png" style="width: 400px;"&gt;&lt;img src="https://communities.sas.com/t5/image/serverpage/image-id/89780iB6CDB2CB94030CFC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="wxzhai_0-1700012158907.png" alt="wxzhai_0-1700012158907.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Nov 2023 01:36:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Certification/SAS-Programming-Certification-Practice-Exam-Help/m-p/903114#M1680</guid>
      <dc:creator>wxzhai</dc:creator>
      <dc:date>2023-11-15T01:36:48Z</dc:date>
    </item>
  </channel>
</rss>

