TRANSLATE QUEUE

From VSI OpenVMS Wiki
Revision as of 14:06, 26 November 2019 by Jane.doe (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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"