Spooler Programmer's Guide
Spooler Procedure Calls
Spooler Programmer’s Guide—522287-002
4-14
PRINTREADCOMMAND Procedure
is the device width specified in the Spoolcom DEV WIDTH command.
skipnum output
INT:ref:1
returns the number of pages to skip. The meaning of this number depends on the
control number:
controlnum is neither 7 nor 8. The skipnum parameter has no meaning.
data-file output
INT:ref:12
is the data file in which the job is stored if the control number is 2 (start job);
otherwise, this parameter has no meaning.
jobnum output
INT:ref:1
is the number of the job referred to if the control number is 2 (start job); otherwise,
this parameter has no meaning.
location output
INT:ref:8
is the location of the job started if the control number is 2 (start job); otherwise, this
parameter has no meaning.
form-name output
INT:ref:8
is the form name of the job being referred to if the control number is 2 (start job);
otherwise, this parameter has no meaning.
report-name output
INT:ref:8
is the report name of the job being referred to if the control number is 2 (start job);
otherwise, this parameter has no meaning.
pagesize output
INT:ref:1
controlnum
= 7
(skip to page). skipnum specifies the page that should be
skipped to.
controlnum
= 8
(skip over pages). skipnum specifies the number of pages
relative to the current page that should be skipped.