Copy Set Command

After a set is defined, you can clone the definition with the Copy Set command.

If you are a Business Administrator with person access, you can copy sets in any person’s workspace (likewise for groups and roles). Other users can copy visible sets to their own workspaces.

This command lets you duplicate set definitions with the option to change the value of clause arguments:

copy set SRC_NAME DST_NAME [COPY_ITEM {COPY_ITEM}] [MOD_ITEM {MOD_ITEM}];

  • SRC_NAME is the name of the set definition (source) to be copied.
  • DST_NAME is the name of the new definition (destination).
  • COPY_ITEM can be:
    COPY_ITEMSpecifies
    fromuser USERNAMEUSERNAME is the name of a person, group, role or association.
    touser USERNAME
    overwriteReplaces any set of the same name belonging to the user specified in the touser clause.

    The order of the fromuser, touser and overwrite clauses is irrelevant, but MOD_ITEMS, if included, must come last.

  • MOD_ITEMs are modifications that you can make to the new definition. For more information, see Modify Set Command.