Thanks see all FMN variables
> On Aug 17, 2021, at 6:04 AM, Rob Scott <[email protected]> wrote: > > Another couple of handy tidbits for things like this : > > (1) Invoke Dialog Test using a different applid : > address ISPEXEC "SELECT PGM(ISPYXDR) PARM("appl") NOCHECK" > (2) ISPF trace > TSO ISPVCALL (Turns on ISPF trace) > TSO %MYEXEC (Invoke your exec or application) > TSO ISPVCALL (Trace off ISPF trace and unloads to dataset) > > Rob Scott > Rocket Software > > -----Original Message----- > From: IBM Mainframe Discussion List <[email protected]> On Behalf Of > Tom Conley > Sent: 17 August 2021 05:22 > To: [email protected] > Subject: Re: ISPF dumping variable pool > > EXTERNAL EMAIL > > > > > >> On 8/16/2021 8:44 PM, Joseph Reichman wrote: >> Hi >> >> >> >> Going to option 7.3 where ispf lists all the variables is it possible >> to change the application ISR to lets say file manager FMN or SDSF ISF >> >> >> >> Like this if I have an issue invoking file manager from rexx I can see >> what variables are set when I do it manually >> >> > > Joseph, > > Set a breakpoint (7.8) on display, then from option 7.1, invoke your ISPF > application. When you hit the breakpoint, go to option 3 and look at the > title. The application should be in the title line. You have to be > executing the application to see its profile variables. > > Regards, > Tom Conley > > ---------------------------------------------------------------------- > For IBM-MAIN subscribe / signoff / archive access instructions, send email to > [email protected] with the message: INFO IBM-MAIN > > ================================ > Rocket Software, Inc. and subsidiaries ■ 77 Fourth Avenue, Waltham MA 02451 ■ > Main Office Toll Free Number: +1 855.577.4323 > Contact Customer Support: > https://my.rocketsoftware.com/RocketCommunity/RCEmailSupport > Unsubscribe from Marketing Messages/Manage Your Subscription Preferences - > http://www.rocketsoftware.com/manage-your-email-preferences > Privacy Policy - http://www.rocketsoftware.com/company/legal/privacy-policy > ================================ > > This communication and any attachments may contain confidential information > of Rocket Software, Inc. All unauthorized use, disclosure or distribution is > prohibited. If you are not the intended recipient, please notify Rocket > Software immediately and destroy all copies of this communication. Thank you. > > ---------------------------------------------------------------------- > 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
