Copyright Digital Equipment Corp. All rights reserved.

Command_Qualifiers

/COMMAND
  /COMMAND=command

  By default, the new test description has the same command as the
  copied test description. If you specify the /COMMAND qualifier,
  you associate a new command with the new test description. If
  you specify the /NOCOMMAND qualifier, the associated command is
  not copied with the test description. The qualifier applies to
  DECwindows tests only.

/COMPARISON_TYPE
  /COMPARISON_TYPE=keyword

  Specifies how the result and benchmark files are to be compared. A
  comparison type is not associated with the test description. The
  valid values for keyword are as follows:

    Keyword     Meaning

    CHARACTERS  Compares files character by character.

    RECORDS     Compares files record by record. This is the
                default for noninteractive terminal tests.

    SCREENS     Compares files screen by screen; screens not
                marked are not compared. This is the default for
                interactive terminal and DECwindows tests.

  DECwindows tests can only use the SCREENS comparison type. The
  SCREENS comparison type is also the default comparison type for
  interactive terminal tests. If you specify the /COMPARISON_
  TYPE=SCREENS qualifier for a noninteractive test, this value is
  ignored.

/EPILOGUE
  /EPILOGUE=file-specification
  /NOEPILOGUE

  Determines whether a test epilogue file is associated with the
  test description. The epilogue file associated with the existing
  test description is also associated with the new test description.

  The /EPILOGUE qualifier causes the specified epilogue file to
  replace the existing epilogue file. The /NOEPILOGUE qualifier
  specifies that no epilogue file be associated with the new test
  description.

/NOFILTERS
  Specifies that no filters be associated with the new test
  description. By default, the filters associated with the existing
  interactive or noninteractive terminal test descriptions are also
  associated with the new test descriptions.

/NOGROUPS
  Specifies that the new test description does not belong to
  any groups. If you do not specify this qualifier, the new test
  description belongs to the same group (or groups) as the previous
  test description.

/LOG
  /LOG (D)
  /NOLOG

  Controls whether Digital Test Manager displays informational and
  success messages on your screen.

/PROLOGUE
  /PROLOGUE=file-specification
  /NOPROLOGUE

  Determines whether a test prologue file is associated with the
  test description. The prologue file associated with the existing
  test description is also associated with the new test description.

  The /PROLOGUE qualifier causes the specified prologue file to
  replace the existing prologue file. The /NOPROLOGUE qualifier
  specifies that no prologue file be associated with the new test
  description.

/REMARK
  /REMARK="string"
  /NOREMARK

  Determines whether a remark is associated with the new test
  description. By default, the remark associated with the new
  test description will be a copy of the remark associated with
  the existing test description. This remark is associated with the
  test description you are creating; it is not the remark logged
  with the COPY TEST_DESCRIPTION command.

  The /REMARK qualifier replaces the remark currently associated
  with the test description with the remark you specify. The
  /NOREMARK qualifier specifies that no remark be associated with
  the new test description.

/TEMPLATE
  /TEMPLATE=file-specification
  /NOTEMPLATE

  If you do not specify this qualifier, the existing template
  file is copied for the new test. If you specify the /TEMPLATE
  qualifier, the existing template file is replaced by the specified
  template file. If you specify the /NOTEMPLATE qualifier, Digital Test
  Manager creates the template file name in the form test-name.COM
  for a noninteractive test and test-name.SESSION for an interactive
  or DECwindows test.

/NOVARIABLES
  Specifies that no variables be associated with the new test
  description. If you do not specify this qualifier, the variables
  associated with the old test description are associated with the
  new test description.