RESUME
In addition to interactions with other options (which are documented with those options), the value that you specify for the RESUME option can affect the following aspects of your load job:
- Performance ( Performance considerations for the RESUME and REPLACE command options)
- Required data sets ( LOADPLUS DD statements)
- Restart (RESUME YES SHRLEVEL NONE)
When invoking DSNUTILB, LOADPLUS passes this option to the IBM Db2 LOAD utility for processing.
NO
RESUME NO (the default) tells LOADPLUS that the table space is empty, or that certain partitions are empty. LOADPLUS terminates when either of the following conditions exists:
- The table space contains data and you do not specify the REPLACE option.
- You specify PART n REPLACE and a partition that you are not replacing contains data.
YES
RESUME YES indicates that the table space might or might not be empty. LOADPLUS adds new data to any existing data.
Restriction
You cannot use this option with LOAD REPLACE. If you want to replace only specific partitions of table space, specify RESUME YES INTO TABLE with the PART n REPLACE option. If you want to replace only specific tables of segmented table space, specify RESUME YES INTO TABLE with the REPLACE option.
Additional considerations
Note the following information about RESUME YES:
- Unless you specify INDEX UPDATE or SKIPIX, LOADPLUS unloads the existing indexes and merges them with the new index keys from the input data. LOADPLUS then sorts the merged index data and uses that data to build organized indexes during the LOAD phase or the COMBINED phase.
LOADPLUS builds a new compression dictionary for the applicable table space or partition when all of the following conditions exist:
- You are loading an empty partitioned table space or partition.
- The table space is defined with the COMPRESS YES attribute.
- A compression dictionary does not currently exist for the table space or partition.
For all other LOAD RESUME YES jobs, LOADPLUS keeps any existing compression dictionary.
INDEX | This option tells LOADPLUS whether to build or update an index when specifying RESUME YES. Restrictions The following restrictions apply to the INDEX option:
|