Default language.

Limited supportBMC provides limited support for this version of the product. As a result, BMC no longer accepts comments in this space. If you encounter problems with the product version or the space, contact BMC Support.BMC recommends upgrading to the latest version of the product. To see documentation for that version, see BMC AMI Load for Db2 13.1.

Replacing some partitions, adding data to some partitions, and leaving remaining partitions available


The following example illustrates replacing the data in some partitions, adding to existing data in other partitions, and leaving the remaining partitions in RW status.

This particular example replaces partitions 2, 4, and 6, and adds data to partitions 1, 3, and 5. During this load, BMC AMI Load stops partitions 1 through 6. All other partitions and all indexes remain in RW status.

Important

For the assumptions made in this example, see Assumptions made in the syntax examples.

 //SYSREC    DD DISP=SHR,DSN=USER.DATA
//SYSIN     DD *
  LOAD DATA RESUME YES INDDN SYSREC
  INTO TABLE NGT.TABLE1 PARTS 2,4,6 REPLACE
    (fieldSpecification)
  INTO TABLE NGT.TABLE1 PARTS 1,3,5 RESUME YES
    (fieldSpecification)

Related topics


 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*