Loading data with FORMAT BMCUNLOAD
Use this procedure to load data that was unloaded by using the FORMAT BMCLOAD option of UNLOAD PLUS.
For an example that shows you how to use this feature, see Example 14 — LOAD REPLACE from UNLOAD PLUS data in internal format.
Before you begin
Review Table structure considerations for FORMAT BMCUNLOAD.
To load data with FORMAT BMCUNLOAD
- Ensure that the table that you are loading meets the requirements specified in Table structure considerations for FORMAT BMCUNLOAD.
- Specify FORMAT BMCUNLOAD with your LOAD command.
Include a WHEN TABLE=obid clause with your INTO option.For more information about this option, see WHEN.
- Specify IDENTITYOVERRIDE YES when both of the following conditions exist:
- You are loading an identity column that is defined as GENERATED ALWAYS.
- You did not already include IDENTITYOVERRIDE YES as a string in your UNLOAD PLUS CNTLCARDS BMCLOAD option.
- Specify PERIODOVERRIDE and TRANSIDOVERRIDE on your INTO option when both of the following conditions exist:
- You are loading a system-period temporal table
- You did not already include PERIODOVERRIDE and TRANSIDOVERRIDE as a string on the INTO option in UNLOAD PLUS.
- If you are loading a system-period temporal table, add the appropriate field specifications for the temporal-specific field.
If you do not use the LOAD control statements that UNLOAD PLUS generated, ensure that your LOAD command does not contain field specifications or any of the incompatible command options that are described in Command options that are incompatible with FORMAT BMCUNLOAD.
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*