Lesson 1.9 practice Error Message

25 views
Skip to first unread message

Amruta Kirtane

unread,
Dec 19, 2014, 11:00:51 AM12/19/14
to anova...@googlegroups.com
1 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
42 ;
43 %let path=/folders/myfolders/ecourse;
44 libname orion "&path";
NOTE: Libref ORION was successfully assigned as follows:
Engine: V9
Physical Name: /folders/myfolders/ecourse
45 data work.cournty;
46 length Country_Code $ 2 Country_Name $48;
47 infile "&path/country.dat" dlm='!';
48 input Country_Code $ Country_Name $;
49 run;
NOTE: The infile "/folders/myfolders/ecourse/country.dat" is:
Filename=/folders/myfolders/ecourse/country.dat,
Owner Name=sasdemo,Group Name=sas,
Access Permission=-rw-rw-r--,
Last Modified=19Dec2014:09:41:04,
File Size (bytes)=19278
NOTE: 238 records were read from the infile "/folders/myfolders/ecourse/country.dat".
The minimum record length was 80.
The maximum record length was 80.
NOTE: The data set WORK.COURNTY has 238 observations and 2 variables.
NOTE: DATA statement used (Total process time):
real time 0.01 seconds
cpu time 0.03 seconds
50
51 proc print data=work.contry;
ERROR: File WORK.CONTRY.DATA does not exist.
52 run;
NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE PRINT used (Total process time):
real time 0.00 seconds
cpu time 0.00 seconds
53 ;
54 OPTIONS NONOTES NOSTIMER NOSOURCE NOSYNTAXCHECK;
64 ;

Anova Groups

unread,
Dec 19, 2014, 5:46:31 PM12/19/14
to anova...@googlegroups.com
Attention to details! you have misspelled dataset name country.
Reply all
Reply to author
Forward
0 new messages