JBCSPOOLER_JOBRESET

Man Page Index


Description
Setting this environment variable changes the way in which the counter for print jobs is reset. By default, it is reset when the first print job generated after midnight is created. Setting JBCSPOOLER_JOBRESET causes the job number to be reset only when it reaches the value specified by JBCSPOOLER_JOBRESET. Also see the documentation on job numbering.

Values
Integers greater than 1.

Default
Not set
 

Setting
As per normal environment variable.

On Unix it should be setup in the .profile before the jbcconnect command.

On Windows it should be set before the jSHELL is invoked. If using telnet it should be set before the first executable in REMOTE.cmd.

If the job number reset mechanism is to be used care should be taken that the environment variable is set globally so that the resetting of the counter is consistent.

UNIX
JBCSPOOLER_JOBRESET=100000

Windows
SET JBCSPOOLER_JOBRESET=50000


ENV