1

maybe one of you can help me with this DB2 z/OS thingy.

I edited foreign key on a table that was already populated. Due to integrity reasons (I guess) the tablespace was placed in CHECK PENDING and I cannot perform operations on it any longer.

This IBM help page is about the exact problem

It says

Action

Perform the CHECK DATA command: CHECK DATA TABLESPACE DATABASE NAME TABLESPACE NAME

I have no clue, what this means (its no SQL statement thats for sure) or where I can issue the command. Maybe one of you cann tell me what to do. TIA

unR
  • 1,298
  • 14
  • 21

1 Answers1

4

As you noted, CHECK DATA is not an SQL command, it is a DB/2 Utility. See: Check Data

NealB
  • 16,670
  • 2
  • 39
  • 60