Operands – IBM SC34-5764-01 User Manual
Page 388
RLS
RLS
CKDIR
dirid
DELETE
listname
*QUEUE*
LPULL
varname
queid
*QUEUE*
LPUSH
varname
queid
*QUEUE*
LQUEUE
varname
queid
MKDIR
dirid
DATA.
READ
listname
stem.
(
UPD
VARDROP
varname
dirid
VARGET
varname
dirid
VARPUT
varname
dirid
DATA.
WRITE
listname
stem.
RLS performs list input/output to the REXX List System.
Operands
CKDIR
is a command that checks for an existing RLS directory level.
dirid
specifies a REXX List System directory level identifier. This is partially or fully qualified. Refer to the
CLD command, section “CLD” on page 325, for more information.
DELETE
is a command that deletes an RLS directory level or RLS list.
listname
specifies a REXX List System list identifier. This is partially or fully qualified.
LPULL
is a command that pulls a record from the top of the queue.
varname
specifies a simple REXX variable name. It does not end in a period, distinguishing a variable name
from a stem name.
*QUEUE*
specifies the special default name.
queid
is the identifier for a special type of RLS list accessed by LPULL, LPUSH, or LQUEUE.
LPUSH
is a command that pushes a record onto the top of the queue (LIFO).
LQUEUE
is a command that adds a record to the end of the queue (FIFO).
Commands
366
CICS TS for VSE/ESA: REXX Guide