The RXQUEUE filter

The purpose of the RXQUEUE filter is to copy the output of an OS/2 program into a REXX queue (The RXQUEUE filter is the external program RXQUEUE.EXE - not the built-in function RXQUEUE!) The syntax for RXQUEUE filter is:

 ┌────────────────────────────────────────────────┐
 │                                                │
 │ >>──RXQUEUE──┬───────────┬──┬────────┬──────>< │
 │              └─queuename─┘  ├─/FIFO──┤         │
 │                             ├─/LIFO──┤         │
 │                             └─/CLEAR─┘         │
 │                                                │
 └────────────────────────────────────────────────┘
The RXQUEUE filter usually operates on the default queue named "SESSION". However, if an environment variable named "RXQUEUE" exists, the RXQUEUE value is used for the queue name.

Parameters