On Tue, 22 Aug 2023 at 18:40, Lionel B. Dyck <[email protected]> wrote:

> For some it is easier to install a single rexx exec than multiple rexx,
> panels, msgs, skels.
>

And for what it's worth, even adding a loadlib, should that be required,
can be done by storing it into the exec, either in XMIT format, or, with
even less manual interaction, AMATERSE'd. The exec I use to convert
basically anything to inline REXX is <
https://prino.neocities.org/zOS/epanq.exec.html> <
https://prino.neocities.org/zOS/qh.exec.html> contains, Doug Nadel's
ISPFHTML, in XMIT format, vannot find anything I AMATERSE'd.

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


>
> Lionel B. Dyck <><
> Website: https://www.lbdsoftware.com
> Github: https://github.com/lbdyck
>
> “Worry more about your character than your reputation. Character is what
> you
> are, reputation merely what others think you are.”   - - - John Wooden
>
> -----Original Message-----
> From: IBM Mainframe Discussion List <[email protected]> On Behalf
> Of
> Seymour J Metz
> Sent: Tuesday, August 22, 2023 1:36 PM
> To: [email protected]
> Subject: Re: Converting Assembler TPUTS to ISPF
>
> It might be easier to use ISPF dynamic panels, but that should work.
> However, is it really bothersome to distribute multiple elements?
>
>
> --
> Shmuel (Seymour J.) Metz
> http://mason.gmu.edu/~smetz3
>
> ________________________________________
> From: IBM Mainframe Discussion List [[email protected]] on behalf
> of
> Jeremy Nicoll [[email protected]]
> Sent: Tuesday, August 22, 2023 1:23 PM
> To: [email protected]
> Subject: Re: Converting Assembler TPUTS to ISPF
>
> On Tue, 22 Aug 2023, at 17:44, Rupert Reynolds wrote:
>
> > Store the panel somewhere in the ISPPLIB allocation, or add your own
> > panel library (I forget the name of the service to do that).
>
>   LIBDEF ?
>
> I never tried "being clever" but I wonder if one could dynamically write a
> panel definition into a temporary PDS that's been libdeffed, then use the
> DISPLAY command to pick up & use that panel definition?
>
> If that doesn't work (maybe ispf caches the panel PDS's directory?) then
> one
> could presumably do it with
>
>   - allocate a temp pds
>   - write a single panel definition member to it
>   - libdef that temp pds (by ddname)
>   - display
>   - undo the libdef
>   - delete the temp pds
>
> --
> Jeremy Nicoll - my opinions are my own.
>
>
>

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [email protected] with the message: INFO IBM-MAIN

Reply via email to