- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hello I am having trouble with the first part of my assignment. I have attached the directions below:
The first line of your program should be a LIBNAME statement. This will grant you access to the library that contains the Kaiser Permanente dataset (called “old”).
libname mydata "/courses/u_nu.edu1/i_1229299/c_8600" access=readonly;
Create a PROC CONTENTS in order to see the names and types of variables contained in this dataset as well as the labels for each variable. To do this, type:
PROC CONTENTS DATA = mydata.old;
RUN;
I know how to type in the proc contents but the lib statement; I am having diffilculty and I do not know what I am doing wrong. Thank you to anyone that can get me passed the first step.
I am using SAS on demand Academics. If this is the wrong board I apologize.
Ryanne
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Please post the text from the SAS log showing any errors you have received. Remember to use the Insert Code icon {i} to get a pop-up window to paste the lines so that spacing is preserved.
Note that unix filenames are case sensitive so make sure the path in the Libname statement matches exactly the location where the datasets are stored.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
This is all im seeing. Am I missing something?