View previous topic :: View next topic
|
Author |
Message |
Akil
New User
Joined: 24 Oct 2023 Posts: 22 Location: India
|
|
|
|
Hello,
I ran below check data for an tablespace(which has only 1 table) that was placed in check pending.
//CHK EXEC PGM=DSNUTILB,PARM='DB2O,CHK'
//UTPRINT DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//SYSIN DD *
CHECK DATA TABLESPACE DB1.TS1 SCOPE PENDING
Eventhough I have specified to run on entire tablespace.I'm interested to know why I see this message in output.
DSNU050I 337 05:47:04.77 DSNUGUTC - CHECK DATA TABLESPACE DB1.TS1
DSNU726I -DB2R 337 05:47:04.78 DSNUKINP - SCOPE PENDING IS ACTIVE, BUT THE ENTIRE
TABLE SPACE 'DB1.TS1 ' MUST BE CHECKED |
|
Back to top |
|
|
dneufarth
Active User
Joined: 27 Apr 2005 Posts: 420 Location: Inside the SPEW (Southwest Ohio, USA)
|
|
Back to top |
|
|
Akil
New User
Joined: 24 Oct 2023 Posts: 22 Location: India
|
|
|
|
But why it need to check all rows? to clear chkp ,the rows that are in chkp only needs to be checked right?
Why does it say the entire ts must be checked? how does that work? |
|
Back to top |
|
|
|