DB2 COPY PENDING (COPY) restrictive status indicates that the affected object must be copied.
Following jobs remove copy pending and recovery pending status from a tablespace and removes copy pending, recovery pending status, and rebuild pending status from an index space
//STEPO1 EXEC PGM=DSNUTILB,REGIONM, // PARM='DB2X,MIGRDAN, ' //STEPLIB DD DSN=XXX.XXXXX.SDSNLOAD,DISP=SHR //SYSIN DD * REPAIR SET TABLESPACE XXXXX.XXXXX NOCOPYPEND REPAIR SET TABLESPACE XXXXX.XXXXX NORCVRPEND REPAIR SET INDEX XXXXX.XXXXX NOCOPYPEND REPAIR SET INDEX XXXXX.XXXXX NORCVRPEND REPAIR SET INDEX XXXXX.XXXXX NORBDPEND /* //SYSPRINT DD SYSOUT=* //UTPRINT DD SYSOUT=*
The COPY online utility creates up to four image copies of any of the following
objects: table space, table space partition, data set of linear table space, index
space, or index space partition.
The two types of image copies are:
The RECOVER utility uses these copies when recovering a table space or index
space to the most recent time or to a previous time. Copies can also be used by the
MERGECOPY, RECOVER, COPYTOCOPY, and UNLOAD utilities.
Effective User interviews play a crucial role in Scrum methodology, helping Product Owners and Scrum…
Product Owners should be well-versed in various user research tools and techniques to effectively understand…
Effective Product Owner plays a crucial role in Agile development, acting as the bridge between…
A well-maintained product backlog is crucial for successful product development. It serves as a single…
Incremental value to the customer refers to the gradual delivery of small, functional parts of…
A Product Market refers to the group of potential customers who might be interested in…