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-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

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
  • 1276 views
  • 0 likes
  • 3 in conversation