Library /sys$common/syshlp/helplib.hlb  —  DTM  DELETE  GROUP  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.
Close Help