BookmarkSubscribeRSS Feed
learn_SAS_23
Pyrite | Level 9

ERROR: The open failed because library member V01_test.TEST_TABLE.DATA  is damaged.

can some one help to  fix this error ,  i tried REPAIR by below code

PROC DATASETS LIB= V01_test NOLIST;
REPAIR TEST_TABLE;
RUN; QUIT;

29         PROC DATASETS LIB= V01_test NOLIST;
30         REPAIR TEST_TABLE;
31         RUN;

NOTE: Repairing V01_test .TEST_TABLE(memtype=DATA).
NOTE: File V01_test .TEST_TABLE.DATA is damaged.
ERROR: The open failed because library member V01_test .TEST_TABLE.DATA is damaged.
31       !      QUIT;

NOTE: The SAS System stopped processing this step because of errors.
NOTE: PROCEDURE DATASETS used (Total process time):
      real time           0.00 seconds
      cpu time            0.00 seconds
      

 

1 REPLY 1
SASKiwi
PROC Star

Has TEST_TABLE been OK in the past? If so restore from a backup that has a good version. 

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

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
  • 1 reply
  • 1311 views
  • 0 likes
  • 2 in conversation