|
VMS Help PRINT, Qualifiers, /PAGES *Conan The Librarian |
/PAGES=([lowlim,]uplim)
Positional qualifier.
Specifies the number of pages to print for the specified job. You
can use the /PAGES qualifier to print portions of long files. By
default, all pages of the file are printed.
The lowlim specifier refers to the first page in the group of
pages that you want printed for that file. If you omit the lowlim
specifier, the printing starts on the first page of the file.
The uplim specifier refers to the last page of the file that you
want printed. If you want to print to the end of the file, but
do not know how many pages the file contains, use quotation marks
(" ") as the uplim specifier. You can omit the parentheses if
you are including only a specific value for the uplim specifier.
For example, /PAGES=10 prints the first ten pages of the file;
/PAGES=(5,10) prints pages 5 through 10; /PAGES=(5,"") starts
printing at page 5 in the file and continues until the end of the
file is reached.
|
|