If you use this method,
you do not need to include the index files in the full backup of the
table. When you run
spdsls to list the component
files for each table in the domain that you intend to back up, omit
the -i index option. The
spdsls utility includes
a list in the output that excludes index files.
Note: If you do not save index
information, you can experience problems when you attempt to fully
restore the table. The table's metadata contains information about
the index files that might be missing or out of date. As a result,
the metadata no longer mirrors the contents of the table.
Before you can perform
an incremental restore of the table, you must first repair the table
metadata. To repair the metadata, use PROC DATASETS to modify the
table and delete all of the indexes, and then run
spdsrstr to
restore the table. After the table is restored, use PROC DATASETS
again to modify the table and create the indexes.
This method trades the
resources that you save by not fully backing up the index files against
the greater amount of time it can take to re-create the indexes fully
if the table must be restored.