IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

SCOPE PENDING option -check data


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
Akil

New User


Joined: 24 Oct 2023
Posts: 22
Location: India

PostPosted: Sun Dec 03, 2023 5:48 pm
Reply with quote

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
View user's profile Send private message
dneufarth

Active User


Joined: 27 Apr 2005
Posts: 420
Location: Inside the SPEW (Southwest Ohio, USA)

PostPosted: Sun Dec 03, 2023 10:06 pm
Reply with quote

www.ibm.com/docs/en/db2-for-zos/12?topic=messages-dsnu726i
Back to top
View user's profile Send private message
Akil

New User


Joined: 24 Oct 2023
Posts: 22
Location: India

PostPosted: Sun Dec 10, 2023 3:42 pm
Reply with quote

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
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> DB2

 


Similar Topics
Topic Forum Replies
No new posts db2 vs static data COBOL Programming 1
No new posts External data queue (changes?) CLIST & REXX 0
No new posts Pull data using date difference betwe... DB2 6
No new posts fast data scrambling PL/I & Assembler 10
No new posts Using Multiple IFTHEN and WHEN condit... SYNCSORT 12
Search our Forums:

Back to Top