Copyright Digital Equipment Corp. All rights reserved.

Examples

  1.  DTM> CREATE COLLECTION MAIL_COLL MAIL*/NOPROLOGUE
      _Remark: Tests of MAIL commands
      %DTM-S-CREATED, collection MAIL_COLL created
      DTM>

  This example creates the collection MAIL_COLL. It uses a
  qualifier to specify that there is to be no collection prologue
  file associated with this collection, and uses wildcards to
  specify which tests go into the collection.

  2.  DTM> CREATE COLLECTION MAIL_PLUS MAIL*, -
      _DTM> SEND_NONINT/GROUP
      _Remark: More MAIL tests
      %DTM-S-CREATED, collection MAIL_PLUS created
      DTM>

  This example creates the collection MAIL_PLUS. The test group
  expression specifies all tests that begin with MAIL, and all
  tests in the group SEND_NONINT at the time the collection is
  created.