Removing an operator assignment in DDF (UNMARK)

Purpose

The UNMARK command removes a DDF assignment entry from the specified operator. The data used to identify the DDF entry and the ID of the operator to be removed must be specified.

Format

UNMARK

Read syntax diagramSkip visual syntax diagramUNMARKroot_comp.rv(operator_id)

Parameters

operator_id
The operator ID assigned to this DDF entry
root_comp
The root component name that is defined in the DDF entry to be unmarked
rv
The resource name that is displayed in the RefValue field of the DDF entry to be unmarked

Usage

  • The root and rv parameters are required. If you do not specify the operator_id parameter, the UNMARK command uses your operator ID as the default.
  • If you issue the UNMARK command for a DDF entry that is not assigned to an operator, the UNMARK command takes no action.
  • Each automation function has a syntax for specifying the name of the resource to be displayed (RV).

Examples

To remove the operator ID, OPER1, from the DDF entry NCP001 under CNM01:
UNMARK CNM01.NCP001(OPER1)