User Manual

NonStop AutoTMF Software Commands
HP NonStop AutoTMF Software User’s Guide429952-014
6-56
DEQUEUE
DEQUEUE
Reads records from a source Enscribe queue file and writes them to a destination file.
DEQUEUE syntax and functionality are is similar to the COPY command. The main
difference between the commands is that instead of a READ of the source file, it uses
READUPDATELOCK operations that dequeue (and therefore delete) each record as it
is read from the queue file.
Full transaction support is provided. If both input and output files are audited, one
transaction provides consistency of dequeues and inserts.
The DEQUEUE command terminates if the queue is empty. It times out after two
seconds if a read on the queue can't find a record.
in-file
an Enscribe queue file.
out-file
an Enscribe queue file, entry-sequenced file, the terminal or $NULL (or equivalent).
dequeue-options
See command options for COPY
on page 6-46.
DROP MAPDB
Deletes an entire MapDB; use this command with caution.
subvolume
an existing MapDB subvolume.
ENV
Displays the current setting of all environmental variables.
DEQUEUE in-file, out-file [, dequeue-options ];
dequeue-options is:
{ control-options }
{ in-options }
{ out-options }
{ display-options }
DROP MAPDB subvolume
ENV;