Hello,
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):
I entered the following to set up the library:
The log came back that these both were successfully created.
When I entered in just a basic code to view the tables I received " 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)
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
Follow these and you should be all set.
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.
Run below code to list what tables are available under libref cert with how many variables and observations.
proc contents data=cert._all_;
run;quit;
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
Follow these and you should be all set.
there is a program you need to unzip and execute. All the folder and datasets for practice will be there.
should be like this. I'm also using on demand. and attended the exam 2 weeks ago.
This is a knowledge-sharing community for SAS Certified Professionals and anyone who wants to learn more about becoming SAS Certified. Ask questions and get answers fast. Share with others who are interested in certification and who are studying for certifications.To get the most from your community experience, use these getting-started resources:
Community Do's and Don'ts
How to add SAS syntax to your post
How to get fast, helpful answers
Ready to level-up your skills? Choose your own adventure.