Deassigns a logical queue from a printer or terminal queue and stops the logical queue. The DEASSIGN/QUEUE command cannot be used with batch queues. Requires manage (M) access to the queue. Format DEASSIGN/QUEUE logical-queue-name[:]
1 – Parameter
logical-queue-name[:] Specifies the name of the logical queue that you want to deassign from a specific printer or terminal queue.
2 – Example
$ ASSIGN/QUEUE LPA0 ASTER . . . $ DEASSIGN/QUEUE ASTER $ ASSIGN/MERGE LPB0 ASTER The ASSIGN/QUEUE command in this example associates the logical queue ASTER with the print queue LPA0. Later, you deassign the logical queue with the DEASSIGN/QUEUE command. The ASSIGN/MERGE command reassigns the jobs from ASTER to the print queue LPB0.