QUEUE_CONTROL Written by Craig Salyers Aeroquip Corporation Automotive Products Group Mt. Clemens MI QUEUE_CONTROL is a program that allows you to stop and start print queues, change the form on a queue, hold, release, delete and requeue jobs, and send a job to a queue, WITHOUT NESSISSARILY HAVING OPER PRIVILEGE. QUEUE_CONTROL uses an X-Windows like interface that works on VT terminals by using VMS SMG based functions. The default queue for all operations is the one pointed to by the users SYS$PRINT. To use QUEUE_CONTROL, users must be granted the QUEUE_CONTROL Identifier. The program must be installed with the OPER privilege for non-privileged users to perform privileged operations. If you do not want to limit access to this program, simply comment out the IF statement at line 609 of the source code which checks for the identifier and install with OPER privilege. You can limit access to specific device queues using the queue ACL's feature of standard VMS version 5. See the VMS Guide to System Security Manual (M-3 pg. 4-18) for details. We prohibit access to queues which contain the word "BATCH", this has been commented out of the version sent to DECUS. To reinstate this feature remove the comment from line 1004. Detailed documentation on program functions is included in the file noted above. If you have any comments or suggestions for future versions please feel free to contact me at Aeroquip Corporation, Automotive Products Group, P.O. Box 2330 Mt. Clemens, MI. 48046-2330.