- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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)
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.
Protecting the integrity of your SAS credential
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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;
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
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.
Protecting the integrity of your SAS credential
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Protecting the integrity of your SAS credential
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
there is a program you need to unzip and execute. All the folder and datasets for practice will be there.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
should be like this. I'm also using on demand. and attended the exam 2 weeks ago.