VSUTIL Utility Program V02.05 VSUTIL provides some utility functions related to the VS: Variable Send-data driver, Version 2. The following commands are recognized (each command keyword can be abbreviated to just the first letter): QUEUES queue Displays summary of queues on the terminal, or displays all messages in a single queue. SHOW [filename] Produces a snapshot of VS: private pool, queues, messages on TI:, or in the optional listing file. CREATE queue Creates a queue with the specified name. DELETE queue Deletes the specified queue, and all messages in it. FLUSH queue Flushes the specified queue of all messages. REMOVE msg-id,queue Removes the specified message from the specified queue. Unlike the previous versions of VSUTIL, this one (V02.05) does NOT require (or accept!) the " ... " delimiters around queue names. Instead, any spaces within a queue name MUST be replaced by underscores, e.g. CREATE Q_UACK and not CREATE "Q UACK" Now, if VSUTIL is run through CCL, you no longer have to worry about doubling up the quotation marks on the MCR command line. [ ... ] indicates optional parameters. Message-ID is the virtual address of the message, which you can find from a SHOW command listing. If this program is passed an MCR command line, the line must be one of the valid commands listed above, or the form @FILENAME. The latter form is particularly useful if VSUTIL is run from your STARTUP.CMD file to set up permanent queues.