Operands
- lines
- specifies the number of lines to read or write. An asterisk
(*) is a special case that is specified for READ operations only,
and indicates that the file is read from the target line (or line
1 if no target line is specified) to the end of the file.
- READ
- reads one or more records from a CICS temporary storage queue
(TSQ).
- WRITE
- writes (or re-writes ) one or more records to a CICS temporary
storage queue.
- tsqname
- specifies a 1 to 8 character temporary storage queue name.
- stem.
- specifies the name of a stem. (A stem must end in a period.)
Refer to section Stems for more information.
- varname
- specifies a REXX variable name that is the source or target
for this EXECIO operation.
- recno
- specifies a record number in the temporary storage queue that
READ or WRITE begins with.