On 2020-08-14 19:56, Gibney, Dave wrote:
> I have this vague memory of being able to have data embedded inside a Rexx
> Exec. Some manner of data start and end delimiting lines and accessed via
> looping with  PULL or PARSE. I know I can just PUSH or QUEUE data onto the
> stack, but that's not what I vaguely remember. Am I all wet, or just can't
> RTFM as well as I did before?

See <https://prino.neocities.org/zOS/e123.exec.html>, an exec containing embedded panels, and the exec to generate the queue statements, and optionally reconvert them back to whatever they were <https://prino.neocities.org/zOS/epanq.exec.html>

Note that you can even embed load libraries into an exec, see <https://prino.neocities.org/zOS/qh.exec.html> for an example - note that this one still needs to be rewritten (RSN...) to make it a bit more user friendly, by replacing the embedded XMIT member with an "EPANQ"ed version of the AMATERSE'd load library.

Robert
--
Robert AH Prins
robert(a)prino(d)org
The hitchhiking grandfather - https://prino.neocities.org/indez.html
Some REXX code for use on z/OS - https://prino.neocities.org/zOS/zOS-Tools.html

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to