VMS Help  —  DTM  REVIEW
4.15.1.5    /LOGICAL_NAMES
   /LOGICAL_NAMES (D)
   /NOLOGICAL_NAMES

   Determines whether the system passes process logical names and
   logical name tables to the subprocess, except those marked CONFINE
   or created in executive or kernel mode.

4.15.1.6    /NOTIFY

   /NOTIFY
   /NONOTIFY (D)

   Determines whether a message is sent to the terminal to notify
   you that the subprocess has completed or aborted. Do not specify
   /NOTIFY unless you also specify the /NOWAIT qualifier.

4.15.1.7    /OUTPUT

   /OUTPUT=file-specification

   Specifies the output file to which the output of the SPAWN
   operation is to be written. The default is to direct the output
   to the current SYS$OUTPUT device. When you specify /NOWAIT, you
   should use /OUTPUT to specify an output other than SYS$OUTPUT
   to prevent the terminal from being used by both processes
   simultaneously.

4.15.1.8    /PROCESS

   /PROCESS=subprocess-name

   Specifies the name of the subprocess to be created. The default is
   USERNAME_n (where n denotes a unique number).

4.15.1.9    /PROMPT

   /PROMPT[=string]

   Specifies the DCL-prompt string for the subprocess. The default is
   to copy the current prompt string from the parent process. If you
   specify /PROMPT but do not specify a string, the default prompt is
   displayed.

4.15.1.10    /SYMBOLS

   /SYMBOLS (D)
   /NOSYMBOLS

   Determines whether the system passes DCL global and local symbols
   to the subprocess.

4.15.1.11    /WAIT

   /WAIT (D)
   /NOWAIT

   Controls whether the system waits until the subprocess is
   completed before enabling more commands to be issued to the parent
   process. The /NOWAIT qualifier enables you to enter more commands
   while the specified subprocess is running. When you specify
   /NOWAIT, you should also specify /OUTPUT to direct output to a
   file (rather than to the screen). This prevents the terminal from
   being used by both processes simultaneously.

4.15.2  –  Example

   DTM_REVIEW> SPAWN MAIL

   You have 1 new message.

   MAIL>

   This example spawns the OpenVMS MAIL Utility from the Digital Test
   Manager subsystem. Enter the ATTACH command to terminate the
   MAIL session and return to the Digital Test Manager system level.

4.16  –  UPDATE

   Makes the result file for the specified result descriptions the
   new benchmark file and deletes the previous benchmark file if it
   resides in the Digital Test Manager library.

   Format

     UPDATE  [result-description-expression] [/qualifier...]

       "remark"

4.16.1  –  Command Qualifiers

4.16.1.1    /CONFIRM

   /CONFIRM
   /NOCONFIRM (D)

   Controls whether Digital Test Manager displays each test name before
   updating it and prompts you to confirm whether you want the test
   results updated. If you specify a wildcard result description
   expression, Digital Test Manager automatically prompts you.

4.16.1.2    /LOG

   /LOG (D)
   /NOLOG

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

4.16.2  –  Example

   DTM_REVIEW> SELECT MSGTEST
   Result Description MSGTEST  Comparison Status :  Unsuccessful

   DTM_REVIEW> UPDATE
   %DTM_I_UPDATED, the benchmark for test MSGTEST has been updated
   DTM_REVIEW>

   This example selects the MSGTEST test results and then uses the
   UPDATE command to replace the current benchmark file with the
   test results.

5  –  Keypad

     		   Review Subsystem Keypad
   +-------------+-------------+-------------+-------------+
   | PF1         | PF2         | PF3         | PF4         |
   |    GOLD     | HELP KEYPAD |             |             |
   |             |    HELP     |             |             |
   +-------------+-------------+-------------+-------------+
   | 7           | 8           | 9           | -           |
   |  SHOW/DIF   |  SHOW/RES   |  SHOW/BEN   |  SHOW/SUM   |
   |  PRINT/DIF  |  PRINT/RES  |  PRINT/BEN  |             |
   +-------------+-------------+-------------+-------------+
   | 4           | 5           | 6           | ,           |
   |  PRINT/NOW  |   INSERT    |   UPDATE    |    SPAWN    |
   |             |             |             |  ATTACH/PAR |
   +-------------+-------------+-------------+-------------+
   | 1           | 2           | 3           | ENTER       |
   | NEXT/UNSUCC |  NEXT/NEW   | NEXT/UPDATE |             |
   | BACK/UNSUCC |  BACK/NEW   | BACK/UPDATE |             |
   +-------------+-------------+-------------+             |
   | 0                         | .           |             |
   |            NEXT           |    FIRST    |             |
   |            BACK           |    LAST     |             |
   +---------------------------+-------------+-------------+
Close Help