LPTR

Top  Previous  Next

 

The LPTR keyword directs the output of the query to a printer.

 

 

Format

 

LPTR { unit }

 

where

 

unitis the print unit number. If omitted, print unit 0 is used.

 

 

The LPTR keyword directs the query processor output to the specified print unit. It also changes the way in which the default listing phrase operates. With this option, if no report fields are specified on the command line, the query processor first looks for a phrase named @LPTR and then, if this does not exist, it reverts to the @ phrase. This allows different default report formats for the printer and the display.