Selects one or more files for printing. Format PRINT [result-description-expression] [/qualifier...]
1 – Command Qualifiers
1.1 /BENCHMARK
Prints benchmark files from the specified result descriptions. The default is /RESULT.
1.2 /COMPARISON_ABORTED
Prints files from result descriptions for tests whose comparisons aborted. The default is to select files from the test description associated with the current result description.
1.3 /DIFFERENCES
Prints difference files from the specified result descriptions. The default is /RESULT.
1.4 /LOG
/LOG (D) /NOLOG Controls whether Digital Test Manager displays informational and success messages on the screen.
1.5 /NEW
Prints files from result descriptions for new tests. The default is to select files from the test description associated with the current result description.
1.6 /NOT_RUN
Prints files from result descriptions for tests that did not run. When a test does not run, its result description may or may not contain a benchmark file. The default is to select files from the test description associated with the current result description.
1.7 /NOW
Concatenates all files selected for printing on the current PRINT command and immediately places them in the print queue. The default is to place the concatenated files in the print queue when you exit from the Review subsystem.
1.8 /RESULT
Prints the result file from the specified result descriptions. This is the default.
1.9 /SELECTED
Concatenates all files already selected for printing and the currently specified file and immediately places them in the print queue. The default is to place the concatenated files in the print queue when you exit from the Review subsystem.
1.10 /SUCCESSFUL
Prints files from result descriptions for tests that compared successfully. The default is to select files from the test description associated with the current result description.
1.11 /UNSUCCESSFUL
Prints files from result descriptions for tests that compared unsuccessfully. The default is to select files from the test description associated with the current result description.
1.12 /UPDATED
Prints files from result descriptions whose benchmark files have been updated. The default is to select files from the test description associated with the current result description.
2 – Example
DTM_REVIEW> PRINT/DIFFERENCES %DTM-S-PRINT, file DUA1:[USER01.DTMLIB.MAIL_COLLECTION]MAIL_TEST.DIF of test MAIL_TEST selected for printing DTM_REVIEW> EXIT %DTM-S-PRINTQD, print job has been sent to the print queue -DTM-I-TEXT, Job MAIL_TEST (queue SYS$PRINT, entry 32) started on SYS$PRINT %DTM-S-EXIT, leaving Review subsystem DTM> This example shows how to queue the differences file for printing.