Pathmaker Reference Manual
OUT Command
Pathmaker Application Definition Language (PMADL)
067869 Tandem Computers Incorporated 2–75
OUT Command The OUT command, with a
filename
, directs PMADL output to the specified file.
Without a
filename
, the command directs output to the primary output file.
?OUT [
filename
[ ! ] ]
filename
Specifies the name of a file to receive output.
If an OUT command with a file name is encountered while output is being
redirected because of a previous OUT command, the previous output file is closed
and the new file is opened.
If an OUT command with no file name is encountered while output is 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.
Example The following example directs PMADL output to $SYSTEM. PMADL.OUTPUT:
?OUT $system.pmadl.output