JOBT
143
JOBT — JOB Terminate
Format
JOBT;
Parameter
None
Function
The JOBT command terminates defining a job which is started by JOBS. The JOBT
command is used in combination with JOBS to constitute a job definition. The printing
system prints the job in the number of copies as specified by the repeat count
commanded by JOBS or JOBP in the cyclic manner.
At execution, the JOBT command starts printing the job including stapling, job
separation, job offset (if the relevant option device is installed).
File
The file below sorts and prints the defined job in 40 copies. The pages between JOBS
and JOBT are output to virtual mailbox number 3. Pages after JOBT are output to the
current physical stack.
!R! JOBS 0,40,2,0;
TEXT "Circulation Slip";
PAGE;
TEXT "Response Slip";
PAGE;
JOBT;
EXIT;