>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
