Spooler Plus Programmer's Guide

Spooler Procedure Calls
Spooler Plus Programmers Guide522293-003
4-4
Example
PRINTCOMPLETE[2] must be called immediately following the completion of a call
on the file to the supervisor.
In addition to obtaining the supervisor message, PRINTCOMPLETE[2] also
initiates a nowait operation to the supervisor file. Thus, a call to AWAITIO[X] must
be issued to the supervisor file at some time after a call to PRINTCOMPLETE[2].
You can use PRINTCOMPLETE to access jobs that reside in the D41 and later
product releases of the spooler only if they are in the form of file code 129 job files;
otherwise you must use PRINTCOMPLETE2.
Example
PRINT^ERROR := PRINTCOMPLETE ( FILENUM^SUP , PRINT^BUFF );