Hello everyone,
I hope I can find an answer to my question. I'm trying to import the Cre8data file to (SAS Studio/the academic version) but it does not seem to populate any libraries.
As per the SAS Base Programmer Instructors. Thank you in advance
Hi:
Your %LET shows a "cert" subfolder, but your screen shot does NOT show that subfolder. Are you getting error messages in the log?
The original cre8data.sas file shows this %LET statement:
%let path=/folders/myfolders/cert;
If you are using SAS University Edition, then this is the %LET statement you would use (assuming you put all the files from the cert folder in the zip archive into a cert folder in your shared folder location). You should put all the files from the zip archive in your shared folder location -- preferably in a folder because the program you need to run will create all the data in the location your specify. Having all the files contained in one folder makes it easier to find them together in one place.
The structure in your zip archive might be
/folders/myfolders/practice-data/cert (if you copied the entire zip archive folder structure)
or you might have copied things just to a cert folder in which case
/folders/myfolders/cert would be OK.
If you are going to keep things in the sasuser.v94 folder (which is not what the instructions recommended -- they recommend having the data in a folder called cert), then your %LET statement would have to change.
However, I think it would be better to move cre8data.sas (and the other files from the CERT folder in the zip archive) into a CERT folder in your shared folder location under /folders/myfolders. So either:
%let path=/folders/myfolders/practice-data/cert;
OR
%let path=/folders/myfolders/cert;
The location you put in cre8data.sas has to be the REAL location in University Edition (or any of the other interfaces). In any case, if you want to stick with SASUSER.V94, then THAT is the location you need to use in your %LET -- the correct path location for your sasuser.v94 folder, you just have to right click on it in the Files and Folders pane and then select Properties. You should see the path you need to use -- copy it from the Properties Window into your %LET statement.
Cynthia
Thank you Cynthia for your reply. The log is the first picture in my post. I saved the file as you recommended under the shared folder and used the path %let path=/folders/myfolder/cert but it's not creating any files. It keeps creating other sas files instead of the practise files.
Hi:
I'm confused about your 2 screen shots. In the instructions, your shared folder location should ALWAYS be called "myfolders", not "myfolder" as you show in your top screen shot.
So I don't understand where you have "myfolder" located, but, it is not showing up in your other screen shot.
I am going to post 5 separate links with a video for each method of using SAS to make the Prep Guide data for the 5th edition. There's a video for each interface you're using to run programs. Video #1 and #2 are both SAS University Edition videos; #3 is a SAS OnDemand for Academics video. Video #4 contains 2 demos in one video -- SAS Studio using a local SAS installation and SAS Display Manager using a local SAS installation. Video #5 is the EG video.
Cynthia
Here's the video for using SAS University Edition to make the Prep Guide 5th Edition data.
2) University Edition video showing different folder location for Prep Guide programs: /folders/myfolders/practice-data/cert
http://youtu.be/8d5gUUP3hzE?hd=1
Thank you so much for taking the time to explain the process in details. It's finally working, since I am working on Macintosh it was hard to locate the files in the C drive, but following your video step by step helped me understand the process. Thanks again.
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
SAS' Charu Shankar shares her PROC SQL expertise by showing you how to master the WHERE clause using real winter weather data.
Find more tutorials on the SAS Users YouTube channel.