DB2 10 for z/OS Database Administrator — Question 9

Which is the correct way to back up only metadata about database backups, table space backups, and table load operations for database MYDB?

Answer options

Correct answer: B

Explanation

The correct answer, B, utilizes the db2trc command to trace and log database backup and load operations, capturing the necessary metadata. Option A is not relevant as it prunes history rather than backing up metadata. Option C attempts to back up the database without tablespaces, which does not address the metadata specifically. Option D sets a configuration parameter but does not execute the necessary operations to back up metadata.