Write Mode (-RM or -WRITEMODE)

Specifies the mode of operation to use in PUT map function and output card when the table property is specified. The default value is insert. The meaning of the values is as follows:
  • Insert – Each input row is inserted to the target table.
  • Update – Each input row is used to update the corresponding row in the target table.

The corresponding adapter command is -RM (or -WRITEMODE).