Unit 2: Printer Job Language
SATO D512 PCL Programming Manual Page 2-5
Parameters:
NAME = "job name"
Use the NAME parameter to assign a character string name to a particular job.
The name may be any combination of printable characters, spaces or horizontal
tabs up to a maximum of 80 characters, spaces, or tabs. The job name must be
enclosed in double quotes, as indicated by the command syntax.
START = first page
Use the START parameter in conjunction with the END parameter to skip the
printing of a particular portion of the job. The emulator discards pages of a job
until the page specified by this parameter is reached. The first page range is from
1 to 2,147,483,647. Omission of the START parameter causes the printer to start
printing with page 1 of the job.
END = last page
Use the END parameter in conjunction with the START parameter to skip the
printing of a particular portion of the job. The emulator discards all pages of a
job after the last page has been printed. The specification of last page is relative to
page 1 of the print job and its range is from 1 to 2,147,483,647. Omission of the
END parameter causes the printer to print all pages to the end of the job.