Spooler Plus Programmer's Guide

Spooler Procedure Calls
Spooler Plus Programmers Guide522293-003
4-66
SPOOLSTART Procedure
level-3-buff output
INT:ref:512
indicates that the spooler interface procedures are used to send data to the
collector. The data is put into a buffer. The address of this buffer is returned by the
SPOOLSTART procedure and must be passed to other interface procedures. The
buffer is initialized and its address returned as a result of this call. The buffer is
located in the data stack and is limited to 512 bytes. If a buffer area in extended
memory is needed, use the extended-level-3-buff parameter instead of the
level-3-buff parameter. Use either level-3-buff or extended-level-
3-buff, but not both.
location input
INT:ref:8
specifies a location for this job and overrides the location specified in the call to
OPEN or FILE_OPEN_. The default location for the job is the location specified
when the collector was opened.
form-name input
INT:ref:8
specifies a form name for the job. The form name can contain letters, digits, and
blanks. The default form-name is all blank-filled.
report-name input
INT:ref:8
specifies a report name for the job. The report name can contain letters, digits, and
blanks.
The default report-name is the user name of the person executing the
application program.
num-of-copies input
INT:value
specifies the number of copies to print. The default num-of-copies is 1.
page-size input
INT:value
specifies the page size used by Peruse when a PAGE or LIST command is given.
The default page-size is 60.
flags input
INT:value