RELEASEJOB


8.0, PLBCMP GUI Only

 

The RELEASEJOB instruction (which may be abbreviated as RELJOB) frees the current print job in a graphical user environment to the print manager. The instruction uses the following format:

 

 

[label]

RELEASEJOB

 

Where:

label

Optional. A Program Execution Label.

Flags Affected: NONE

Note the following:

  1. The RELEASEJOB instruction applies only to files created with SPLOPEN. Files created using the PRTOPEN instruction may not use this instruction.

  2. The RELEASEJOB instruction releases the print job but keeps all of the printer information so that a new print dialog is not invoked the next time a print instruction is executed.

  3. If the output is to a PDF file, the file is closed as if a SPLCLOSE has occurred. (9.6B)

  4. If a FILEPI instruction is active, it is terminated.

 

 

See Also: RELEASE, Printer Instructions

 



PL/B Language Reference RELEASE SPLCLOSE