Copyright Digital Equipment Corp. All rights reserved.

Command_Qualifiers

/BEFORE
  /BEFORE=time

  Lists all history information prior to a specified date. The time
  is the current date and time, and the information displayed is
  whatever was logged prior to the SHOW HISTORY command. The time 
  value can be an absolute, delta, or combination time value, or 
  one of the following keywords: TODAY, TOMORROW, or YESTERDAY.

/OUTPUT
  /OUTPUT=file-specification

  Sends the requested information to the specified file. If you
  specify the file name but omit the file type, the file type
  defaults to .LIS. The output is sent to SYS$OUTPUT.

/SINCE
  /SINCE=time

  Specifies that only those history entries dated on or after
  the given time are to be displayed. All transactions recorded
  since the library was created are displayed. The time value can
  be an absolute, delta, or combination time value, or one of the
  following keywords: TODAY, TOMORROW, or YESTERDAY. If you specify
  the /SINCE qualifier but do not specify a value, Digital Test Manager
  defaults to /SINCE=TODAY.

/TRANSACTION
  /TRANSACTION=(keyword,...)
  /NOTRANSACTION=(keyword,...)

  Displays all transaction records generated by the commands
  associated with the keywords you specify. The default is to list
  transaction records for all transactions in the Digital Test Manager
  library. The valid keyword values are as follows:

    Keyword   Meaning

    ALL       Displays all transactions recorded in the history file

    COPY      Displays all COPY commands

    CREATE    Displays all CREATE commands

    DELETE    Displays all DELETE commands

    INSERT    Displays all INSERT commands

    MODIFY    Displays all MODIFY commands

    RECORD    Displays all RECORD commands

    RECREATE  Displays all RECREATE commands

    REMARK    Displays all REMARK commands

    REMOVE    Displays all REMOVE commands

    REVIEW    Displays all REVIEW commands

    RUN       Displays all RUN commands

    SET       Displays all SET commands

    STOP      Displays all STOP commands

    SUBMIT    Displays all SUBMIT commands

    UPDATE    Displays all Review UPDATE commands

    VERIFY    Displays all VERIFY commands

  If you specify more than one command, you must enclose the list of
  commands in parentheses and separate them with commas.

  The /TRANSACTION qualifier directs Digital Test Manager to list
  transaction records only for the listed commands.

  The /NOTRANSACTION qualifier directs Digital Test Manager to list
  transaction records for all commands except the listed commands.

/USER
  /USER=user-name

  Lists in chronological order the library transactions performed by
  the specified user. You cannot use wildcards in user names.