Hi,
I am starting to learn SAS and using SAS Studio, My problem is that I cannot locate the cre8data file in the SAS Studio as instructed in the class notes below. There is no folder in SAS Studio by the name of Workshops. Can anyone please help ?
Hi:
Typically the cre8data.sas class is the program name we use in our Classroom and Live Web classes for students to make the data on their classroom machines. We have a folder called Workshop (not Workshops on those machines). If you are currently in a Live Web class, you should sent a text message to your Live Web instructor and the Tech Support person in your class for help. The screen shot you show clearly shows cre8data.sas under a folder in SAS Studio and the folder is named Workshop on the S: drive.
For e-learning classes, we recommend you make a folder named after the class. For example, ECPRG193 for Programming 1 and ECPRG293 for Programming 2. The e-learning class has a program that you copy and paste from a popup window inside the course.
If you took a Classroom or Live Web class, then after class was over, you should have received a link with access to a web site where you can download a zip file. Inside that zip file, you would find the cre8data.sas program for that class.
For an e-learning class you would not use cre8data.sas. Are you working with the PDF of course notes from a class that you took or are you working with one of our e-learning classes? Knowing the name of the class and where you got the name cre8data.sas will be very useful.
Cynthia
Hello,
I have slightly different issue. I am using SAS Studio on-demand version. I am not sure aht is the path i should provide. when i run the program, i am getting cannot open the path.... Any help, much appreciated..
Thanks
Hi:
I believe you need to right click and make a NEW folder called cert. Then your SAS OnDemand path would be revealed when you did properties on the folder. The "home" folder for SAS OnDemand is NOT /folders/myfolders/cert -- that is for SAS University Edition. Assuming you know your userID, and you make a folder called cert, then the path is something like this:
/home/<yourUserID>/cert
/home/kermit0/cert (if your userID is kermit0 and your folder is cert)
/home/johndoe/cert (if your userID is johndoe and your folder is cert)
/home/kilroy0/certprep (if your userID is kilroy0 and your folder is certprep)
But for the certification prep guides, I believe we recommend that you make a folder called "cert" to hold the data.
Cynthia
Hi.
I have the same problem and I followed your advice but failed.
Cert folder location is '/home/u63519990/cert'
and I corrected the statement as
"%let path=/home/u63519990/cert/;" like the highlighted one
because there's not "/folder/myfolder".
Did I somethig wrong?
Who at SAS is writing such convoluted code to show to novices?
Why not just use normal SAS code. It will be shorter and clearer?
%let path='~/cert';
filename certcode "&path";
%include certcode
('cre8permdata.sas'
,'cre8workdata.sas'
,'cre8flatfiles.sas'
);
I was too terse, so you missed the point.
There is no need to create MACRO CODE to include THREE files.
As I demonstrated it just needs 3 statements. Set the path. Make a fileref. Include the files.
You can remove the filename statement if you want to make even simpler. And even then it is still only FOUR statements.
Hi Cynthia!
I found your video for onedemand users and I solved this problem.
Thank you so much and have a good day!
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.