PRINTER SETTING |
![]() ![]() ![]() |
The PRINTER SETTING statement sets a control parameter for a print unit.
This statement is obsolete. The SETPU statement should be used in its place.
Format
PRINTER SETTING {ON print.unit} param, new.value
where
The parameters which may be set by this statement are identified by param numbers. Tokens for these are defined in the KEYS.H include record in the SYSCOM file.
The value of lines per page is best set to at least one less than the physical page size to prevent the automatic page throw of most printers after the final line of the page is printed.
Example
PRINTER SETTING ON 1 LPTR$LINES 60
This statement sets the number of lines per page on print unit 1 to 60. |