/OUTPUT
/OUTPUT=file
/NOOUTPUT
This qualifier controls where the output of the command is sent.
The /NOOUTPUT qualifier suppresses output. The /OUTPUT=file quali-
fier with a file name and type sends the output to the designated
file. The /OUTPUT=file with a directory but without a file name
or type sends the output to the designated directory and a file
called DIRECTORY.LIS. Using wildcards is prohibited in the /OUTPUT
file specification.
Default value: Output to the default output stream or device
of the current process, whose logical name is
SYS$OUTPUT
(Without a file specification, the /OUTPUT quali-
fier also directs output to SYS$OUTPUT.)