Removes all jobs from one queue and merges them into another existing queue. This command does not affect jobs that are executing. Requires manage (M) access to both queues. Format ASSIGN/MERGE target-queue[:] source-queue[:]
1 – Parameters
target-queue[:] Specifies the name of the queue into which the jobs are being merged. source-queue[:] Specifies the name of the queue from which the jobs are being removed.
2 – Example
$ STOP/QUEUE/NEXT LPB0 $ STOP/QUEUE/REQUEUE=LPA0 LPB0 $ ASSIGN/MERGE LPA0 LPB0 In this example, the STOP/QUEUE/NEXT command prevents another job from executing on queue LPB0. The STOP/QUEUE/REQUEUE command requeues the current job running on LPB0 to the target queue LPA0. The ASSIGN/MERGE command removes the remaining jobs from the LPB0 printer queue and places them in the LPA0 printer queue.