>)init section of the panel, set ZCMd = x, where x was set as previpusly It's not my panel
this code do it : address ispexec ZCMD = 'my-text' "DISPLAY PANEL(&zpanelid)" If the panel contains the variable ZCMD On Thu, 6 Jan 2022 13:50:05 +0200, Itschak Mugzach <[email protected]> wrote: >So, you you want to populate the command field of the panel? If so, in the >)init section of the panel, set ZCMd = x, where x was set as previpusly >explained. > >ITschak > >*| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere >Platform* *|* *Information Security Continuous Monitoring for Z/OS, zLinux >and IBM I **| * > >*|* *Email**: [email protected] **|* *Mob**: +972 522 986404 **|* >*Skype**: ItschakMugzach **|* *Web**: www.Securiteam.co.il **|* > > > > > >On Thu, Jan 6, 2022 at 1:34 PM Weizman arbel <[email protected]> wrote: > >> >Then again, you still haven't answered the fundamental question: WHY DO >> YOU >> >WANT TO DO THIS? >> >> In several situations I want to prepare/offer the user command >> after he exeute my rexx. >> I don't want to use a message option >> >> In a similar case IBMDSC (spufy) >> after global find (g f 'abc') in member list , >> Suggests the command f 'abc' you were looking for >> When you go into the member >> ( I guess there is done differently Because this is their panel ) >> But that's the idea >> >> I know it's possible A fact that >> RETRIEVE , RETP , RETF >> Do so. >> >> >> >> >> >> >> On Thu, 6 Jan 2022 12:58:38 +0000, Robert Prins <[email protected]> >> wrote: >> >> >On Thu, 6 Jan 2022 at 09:40, Willy Jensen <[email protected]> >> >wrote: >> > >> >> Long thread, not sure if this has been mentioned before. >> >> The first input (or output field for that matter) will have a variable >> >> name associated with it, that is the variable name you use in the >> >> assignment. Not X. >> >> >> > >> >At long last a sensible answer... >> > >> >So unless the input field on all panels has the same name, you have to >> >create a bug select statement to select the proper field based on the name >> >of the panel, or, as I do in my "EDITCLIP" macro < >> >https://prino.neocities.org/zOS/editclip.exec.html>, you'll have to read >> >the actual panel and potentially modify it on-the-fly. >> > >> >Then again, you still haven't answered the fundamental question: WHY DO >> YOU >> >WANT TO DO THIS? >> > >> >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> >> > >> >---------------------------------------------------------------------- >> >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 >> > >---------------------------------------------------------------------- >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
