OUTPUT stream STREAM-HANDLE handle
STREAM TO PRINTER opsys-file opsys-device PAGED |
OUTPUT stream STREAM-HANDLE handle CLOSE
STREAM |
Component
|
Description
|
STREAM
|
Specifies a named output stream. Omit when using the default stream.
|
STREAM-HANDLE
|
Specifies the handle to a named output stream. Omit when using the default stream.
|
PRINTER
|
Specifies the default printer as set by your environment.
|
opsys-file
|
Specifies a legal file name enclosed in quotes for a text file.
|
opsys-device
|
Specifies a legal device name from your environment enclosed in quotes.
|
PAGED
|
Directs the AVM to break the output into pages. The AVM sends a page break control character after every 56 lines. Without this option, the AVM sends output in a continuous stream. This option is most often used with printed reports, especially where page headers and footers are used (covered later).
|