On Mon, 1 Jul 2024 18:54:40 +0000, Schmitt, Michael wrote:
>>> Lack of support for instream data.
>
>address TSO
>"NEWSTACK"
>queue a line
>queue another line
> ...
>ALLOC the DD you want them in (e.g. SYSIN)
>"EXECIO" queued() "DISKW SYSIN (FINIS"
>"DELSTACK"
>
>Works because EXECIO, by default, pulls the data to write from the data stack.
>
I was imagining something simpler, like
//name DD DATA, or
PIPELINES BEGOUTPUT OR
POSIX shell here-document.
<https://www.ibm.com/docs/en/zos/3.1.0?topic=descriptions-sh-invoke-shell>,
with no distracting "queue", etc. on each line.
Can you read from multiple stacked "files" interleaved?
It can be synthesized in REXX; it's natural in some other languages.
--
gil
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN