OVERRIDE
BMC AMI Load uses this option to allow columns defined as GENERATED ALWAYS to be specified in the field specification list. The columns data will be loaded from SYSREC instead of being dynamically generated.

OVERRIDE does not allow all GENERATED ALWAYS column types. The following keywords for OVERRIDE specify the types that can be overridden:
SYSTEMPERIOD | BMC AMI Load allows the columns defined as ROW-BEGIN or ROW-END GENERATED ALWAYS to be overridden. |
|---|---|
TRANSID | BMC AMI Load allows the column defined as TRANSACTION-START-ID GENERATED ALWAYS to be overridden. |
NONDETERMINISTIC | BMC AMI Load allows the column defined as DATA-CHANGE-OPERATION GENERATED ALWAYS to be overridden. |
IDENTITY | BMC AMI Load allows the column defined as IDENTITY GENERATED ALWAYS to be overridden. |
ROWCHANGE (BMC.DB2.SPE2207) | BMC AMI Load allows data to be loaded into a row change timestamp column that is defined as GENERATED ALWAYS. In INSERT mode, a generated always ROWCHANGE timestamp column can’t be loaded, i.e. when SHRLEVEL CHANGE RESUME YES is in effect. Specify OVERRIDE(ROWCHANGE) when loading a table natively with data that was previously unloaded to preserve the timestamps. This rule applies when you load data through FORMAT UNLOAD. |
Related topics