SEND SYSTEM OUTPUT TO [ HP Business BASIC/XL Reference Manual ] MPE/iX 5.0 Documentation
HP Business BASIC/XL Reference Manual
SEND SYSTEM OUTPUT TO
The SEND SYSTEM OUTPUT TO statement specifies the output device to which
interpreter output is sent.
Syntax
[SEND] SYSTEM OUTPUT [TO] dev_spec
HP Business BASIC/XL interpreter output that is normally sent to the
system's standard list device, usually, the terminal, can be redirected
to other output devices specified by dev_spec. The interpreter
statements and commands effected by SEND SYSTEM OUTPUT TO are CHANGE,
COPY, FIND, INFO, LIST, LIST SUBS, MODIFY, MOVE, and REDO. If a program
does not contain a SEND SYSTEM OUTPUT TO statement, output is sent to the
system standard list device.
Examples
100 SEND SYSTEM OUTPUT TO DISPLAY ! Terminal
110 SEND SYSTEM OUTPUT TO PRINTER ! Spool file sent to
115 ! system printer
120 SEND SYSTEM OUTPUT TO "SYSOUT", FILESIZE 230 ! A user-defined file
MPE/iX 5.0 Documentation