TRANSLATE QUEUE
TRANSLATE_QUEUE is a F$GETQUI() function that translates a logical name for a queue to the equivalence name for the queue.
Contents
Format
F$GETQUI("DISPLAY_FORM", [item],object-id)
Item
The item that can be specified with TRANSLATE_QUEUE is "QUEUE_NAME".
Object Id
Object Id is the logical name that you wish to translate.
Example
SMAN43$ define myqueue sys$print SMAN43$ b = f$getqui("TRANSLATE_QUEUE","QUEUE_NAME","MYQUEUE") SMAN43$ show sym b B = "SYS$PRINT"