Removes one or more groups from one or more other groups. Format REMOVE GROUP group-expression1 group-expression2 [/qualifier...] "remark"
1 – Command Qualifiers
1.1 /CONFIRM
/CONFIRM (D) /NOCONFIRM Controls whether Digital Test Manager prompts you to confirm each removal. Valid responses are Yes, No, All, or Quit.
1.2 /LOG
/LOG (D) /NOLOG Controls whether Digital Test Manager displays informational and success messages on your screen.
2 – Examples
1. DTM> REMOVE GROUP LEFTMARGIN MARGINS /NOCONFIRM _Remark: Removing LEFTMARGIN from MARGIN %DTM-S-REMOVED, group LEFTMARGIN removed from group MARGINS DTM> This example removes the LEFTMARGIN group from the MARGINS group. 2. DTM> REMOVE GROUP RIGHTMARGIN MARGINS,BOUNDARIES /CONFIRM _Remark: Removing RIGHTMARGIN from MARGINS and BOUNDARIES Confirm removal of group RIGHTMARGIN from group BOUNDARIES [Y/N] (N) Y %DTM-I-REMOVED, group RIGHTMARGIN removed from group BOUNDARIES Confirm removal of group RIGHTMARGIN from group MARGINS [Y/N] (N) Y %DTM-I-REMOVED, group RIGHTMARGIN removed from group MARGINS %DTM-S-REMOVALS, 2 removals completed DTM> This example removes the RIGHTMARGIN group from the BOUNDARIES group and the MARGINS group and prompts you to confirm each transaction.