Deletes a group from the Digital Test Manager library.
Format
DELETE GROUP group-expression [/qualifier...] "remark"
1 – Restrictions
o You cannot delete a group if it contains any test descriptions
or other groups, or if it is a subgroup of another group. If
any test descriptions or groups are still in the group when you
issue the DELETE GROUP command, Digital Test Manager reports that
the specified group has not been deleted.
2 – Command Qualifiers
2.1 /CONFIRM
/CONFIRM (D) /NOCONFIRM Controls whether Digital Test Manager prompts you to confirm each deletion. Valid responses are Yes, No, All, or Quit.
2.2 /LOG
/LOG (D) /NOLOG Controls whether Digital Test Manager displays informational and success messages on your screen.
3 – Examples
1. DTM> DELETE GROUP MAIL_NONINT/NOCONFIRM "Getting rid of this group"
%DTM-S-DELETED, group MAIL_NONINT deleted
DTM>
This example deletes the group MAIL_NONINT. You are not
prompted for confirmation because the /NOCONFIRM qualifier
is in effect.
2. DTM> DELETE GROUP * "Deleting all groups"
Confirm deletion of group MATH [Y/N] (N): ALL
%DTM-I-DELETED, group MATH deleted
%DTM-I-DELETED, group RELOP deleted
%DTM-I-DELETED, group VARS deleted
%DTM-S-DELETIONS, 3 deletions completed
DTM>
This example deletes all the groups in the library. The default
/CONFIRM qualifier is in effect. By typing ALL, you indicate
that all groups can be deleted without further requests for
confirmation.