Displays a chronological list of the transactions performed on your Digital Test Manager library. Format SHOW HISTORY [object-expression] [/qualifier...]
1 – Command Qualifiers
1.1 /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.
1.2 /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.
1.3 /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.
1.4 /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.
1.5 /USER
/USER=user-name Lists in chronological order the library transactions performed by the specified user. You cannot use wildcards in user names.
2 – Example
DTM> SHOW HISTORY History in Digital Test Manager Library DUA0:[USER01.DTMLIB] 08-JAN-86 15:33:59 SMITH CREATE LIBRARY DUA1:[USER01.DTMLIB] "New Digital Test Manager library" 08-JAN-86 15:55:45 SMITH CREATE TEST_DESCRIPTION RMTEST "Run MAIL test" 08-JAN-86 16:15:35 SMITH CREATE TEST_DESCRIPTION MEMO_TEST "First interactive test of memo template" . . . DTM> This command displays the history file for the current library.