LQUEUE
LQUEUE adds a record to the end of the RLS queue (FIFO).
Operands
- varname
- specifies a simple REXX variable name. It does not end in a period, distinguishing a variable name from a stem name.
- *QUEUE*
- is a keyword specifying the special default name.
- queid
- specifies the identifier for a special type of RLS list accessed by LPULL, LPUSH, or LQUEUE.
Return codes
See the RLS command RLS.
Example
'RLS LQUEUE VARA QUEUE1'This example adds a record (the contents of VARA) to the end of the RLS queue QUEUE1.
