BookmarkSubscribeRSS Feed
deleted_user
Not applicable
Hello ,

I have a sas datafile called 'mylaptop1.sas7bdat' in C:\Sas and want to run
Code used :

/*Tests for Normality of Residuals*/
libname sc "C:\Sasregression on it

data test;
set mylaptop1;
proc univariate data=test normal;
var Score;
qqplot Score / normal(mu=est sigma=est);
proc print data=test;
run;

error :-

EROR: File WORK.MYLAPTOP1.DATA does not exist.

WARNING: The data set WORK.TEST may be incomplete. When this step was stopped there were 0
observations and 0 variables.
WARNING: Data set WORK.TEST was not replaced because this step was stopped.

kindly guide,
mark
2 REPLIES 2
RickM
Fluorite | Level 6
Look back to all of your old posts involving libname.


~Those who don't learn from their past mistakes are doomed to repeat them.
Susan
Calcite | Level 5
A lovely resource when you are just getting started with SAS is "The Little SAS Book, A Primer" by Delwiche and Slaughter:

http://www.amazon.com/Little-SAS-Book-Primer-Fourth/dp/1599947250

Given the breadth of your recent questions, I think you'll find it useful to read cover to cover. I've used SAS for years, and I still picked out some useful tips.

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

What is ANOVA?

ANOVA, or Analysis Of Variance, is used to compare the averages or means of two or more populations to better understand how they differ. Watch this tutorial for more.

Find more tutorials on the SAS Users YouTube channel.

Discussion stats
  • 2 replies
  • 1410 views
  • 0 likes
  • 3 in conversation