TRANSLATE QUEUE: Difference between revisions
Jump to navigation
Jump to search
Created page with "'''TRANSLATE_QUEUE''' is a F$GETQUI() function that translates a logical name for a queue to the equivalence name for the queue. =Format= F$GETQUI("DISPL..." |
(No difference)
|
Latest revision as of 14:06, 26 November 2019
TRANSLATE_QUEUE is a F$GETQUI() function that translates a logical name for a queue to the equivalence name for the queue.
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"