You might be able to do something similar to what I'm doing with the panel displayed on "CUT DISPLAY" (ISRECUTL) in my "editclip" macro/command, i.e. extract it on the fly, add modify it by adding a bit of panel-REXX and use the modified panel via a LIBDEF. Source is @ < https://prino.neocities.org/zOS/editclip.exec.html> If you succeed in getting something that works, please share it!
Robert On Thu, 22 Dec 2022 at 13:10, Seymour J Metz <[email protected]> wrote: > I was thinking of LMINIT/LMOPEN/LMCLOSE; I don't know how to simulate a > line command on an existing non-edit panel. > > > -- > Shmuel (Seymour J.) Metz > http://mason.gmu.edu/~smetz3 > > ________________________________________ > From: IBM Mainframe Discussion List [[email protected]] on behalf > of Timothy Sipples [[email protected]] > Sent: Thursday, December 22, 2022 1:42 AM > To: [email protected] > Subject: RLSE - A question about releasing unused tracks in a DASD dataset > > Dave Gibney wrote: > >The F line command from ISPF 3.4 > > David Cole wrote: > >Thanks Dave. I hadn't thought of that. Unfortunately, this has got to > >run in the batch (either normally or within batch TSO), so issuing a > >shortcut command interactively would not work for me. > > I think Seymour alluded to this already, but (for future reference at > least) here's how you can drive ISPF commands from batch programs: > > > https://nam11.safelinks.protection.outlook.com/?url=https%3A%2F%2Fwww.ibm.com%2Fsupport%2Fpages%2Fhow-use-ispf-batch&data=05%7C01%7Csmetz3%40gmu.edu%7Cc05c622cc091436198fc08dae3e7b29a%7C9e857255df574c47a0c00546460380cb%7C0%7C0%7C638072881537158478%7CUnknown%7CTWFpbGZsb3d8eyJWIjoiMC4wLjAwMDAiLCJQIjoiV2luMzIiLCJBTiI6Ik1haWwiLCJXVCI6Mn0%3D%7C3000%7C%7C%7C&sdata=SobxXToVIq1Bffqm8XgtM2xJGcJJkwFkRQAx8zdYJuo%3D&reserved=0 > > — — — — — > Timothy Sipples > Senior Architect > Digital Assets, Industry Solutions, and Cybersecurity > IBM zSystems/LinuxONE, Asia-Pacific > [email protected] > > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, > send email to [email protected] with the message: INFO IBM-MAIN > -- 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> ---------------------------------------------------------------------- For IBM-MAIN subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO IBM-MAIN
