Pathmaker Reference Manual
ADLOUT Command
Pathmaker Application Definition Language (PMADL)
2–66 067869 Tandem Computers Incorporated
ADLOUT Command The ADLOUT command, with a
filename
, directs the Pathmaker object descriptions
produced by the OUTPUT statement to the specified file. Without a
filename
, the
command directs the descriptions to the current output file.
?ADLOUT [
filename
[ ! ] ]
filename
Specifies the file to be written.
If an ADLOUT command with a filename is encountered while object descriptions
are being redirected because of a previous ADLOUT command, the previous
ADLOUT output file is closed and the new file is opened.
If an ADLOUT command with no file name is encountered while object descriptions
are not being redirected, the command is ignored.
!
Overwrites the previous contents of the file if it is a disk file. If the file is not a disk
file, the exclamation mark is ignored.
Examples The following command directs information produced by the OUTPUT statement to a
spooler:
> ?ADLOUT $s.#prntr3
The following command directs information produced by the OUTPUT statement to
the current output file (in this example, a terminal):
> ?ADLOUT