BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
mspak
Quartz | Level 8

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

1 ACCEPTED SOLUTION

Accepted Solutions
LinusH
Tourmaline | Level 20

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.

Data never sleeps

View solution in original post

2 REPLIES 2
LinusH
Tourmaline | Level 20

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.

Data never sleeps
mspak
Quartz | Level 8

Yes. I run the programs again from scratch, it did work!

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 3516 views
  • 0 likes
  • 2 in conversation