Dear all,
I received the following message in "log" window. I will be much appreciate if anyone can explain to me why this will happen? and how to overcome teh problem?
Thank you.
Mspak
1152 DATA yr1995_2015; SET cluster.yr1995_2015;
1153 IF CIK = " " THEN DELETE; RUN;
ERROR: Expecting page 22215, got page -1 instead.
ERROR: Page validation error while reading CLUSTER.YR1995_2015.DATA.
ERROR: File CLUSTER.YR1995_2015.DATA is damaged. I/O processing did not complete.
NOTE: The DATA step has been abnormally terminated.
NOTE: The SAS System stopped processing this step because of errors.
NOTE: There were 533123 observations read from the data set CLUSTER.YR1995_2015.
WARNING: The data set WORK.YR1995_2015 may be incomplete. When this step was stopped there
were 182244 observations and 1007 variables.
WARNING: Data set WORK.YR1995_2015 was not replaced because this step was stopped.
NOTE: DATA statement used (Total process time):
real time 39.68 seconds
cpu time 8.54 seconds
It seems your data set (table) file(s) is/are damaged in some way.
Try REPAIR in PROC DATASETS.
If that doesn't help, you need to either restore it from a backup, or recreate from it's original source.
It seems your data set (table) file(s) is/are damaged in some way.
Try REPAIR in PROC DATASETS.
If that doesn't help, you need to either restore it from a backup, or recreate from it's original source.
Yes. I run the programs again from scratch, it did work!
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!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.