RXQUEUE Function

Use the RxQueue function in a REXX program to create and delete queues and to set and query their names. The first parameter determines the function, the entire function name must be specified but the case of the function parameter is ignored.

Syntax:

 ──RXQUEUE(─┬──"Create"──┬─────────────┬─┬─)─────
              │            └─,queuename ─┘ │

              ├───"Delete"── queuename ────┤

              ├───"Get"───── newqueuename ─┤
              └───"Set"───── newqueuename ─┘

Parameters: