VMS Help DTM, RECREATE *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Re-creates a collection, providing the same attributes that were part of the original collection. Format RECREATE collection-name [/qualifier...] "remark"
1 - Command Qualifiers |
1.1 - /CONFIRM
/CONFIRM (D) /NOCONFIRM Controls whether Digital Test Manager prompts you to confirm that you want to re-create a collection. 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 - Example |
DTM> RECREATE MAIL_COLL "Re-creating Collection MAIL_COLL" Collection MAIL_COLL has not been reviewed, confirm recreation: [Y/N] (N) Y %DTM-S-DELETED, collection MAIL_COLL deleted %DTM-S-CREATED, collection MAIL_COLL created %DTM-S-RECREATED, collection MAIL_COLL has been re-created DTM> This example re-creates collection MAIL_COLL. In this example, Digital Test Manager prompts for confirmation to re-create the collection without first reviewing it.
|