When performing a database move or maintenance using Datacom DBUTLTY, you may encounter failures during the backup step if using Native sequence. This article explains the architectural requirement for an index when using SEQ=NATIVE versus SEQ=PHYSICAL and how to resolvebackup failures during database migrations.
Z/OS
Datacom ( Datacom/DB and Datacom/AD)
For a DBUTLTY SEQ=NATIVE backup to run successfully, the index (IXX) must exist and be valid. The Native sequence backup utilizes the index to process records in their logical order. If the index does not exist for the tables in the database (e.g., following an INIT of the area without a subsequent LOAD or RETIX), the Native backup fails. .
Conversely, BACKUP SEQ=PHYSICAL (or SEQ=PHY) processes the data area sequentially by physical blocks and does not require the index to be present or valid.
If you are moving a database (e.g., moving to new 3390 volumes) and need to rebuild the index during the process, use the following sequence (after closing the DBID ) :
LOAD process:For a 24x7 move , see Move Index and Data Areas While Databases are Online.