Re: ISPF development question

2020-07-31 Thread Jesse 1 Robinson
ternal):Re: ISPF development question CAUTION EXTERNAL EMAIL Yes, there is. Run in TEST mode. https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.f54dg00/testmod.htm On Thu, Jul 30, 2020 at 1:14 AM Gadi Ben-Avi wrote: > Hi, > > I was told to develop an ISPF appli

Re: ISPF development question

2020-07-31 Thread Edward Finnell
That was my argument three decades ago. There was a tuning tip that even tho there was no Class the directory would be loaded and that was enough of an edge to make it happen. With today's DASD it might be superfluous.   In a message dated 7/31/2020 10:47:20 AM Central Standard Time,

Re: ISPF development question

2020-07-30 Thread Tom Conley
On 7/30/2020 1:09 PM, Edward Finnell wrote: I think there might might be a knuckle-ball in VLF. Since ESA we put ISPF Messages and Panels in VLF with Freeze. To get updated panels have to modify VLF to UNFREEZE and then reFREEZE to get the new directory loaded. Edward, How can you put

Re: ISPF development question

2020-07-30 Thread Edward Finnell
I think there might might be a knuckle-ball in VLF. Since ESA we put ISPF Messages and Panels in VLF with Freeze. To get updated panels have to modify VLF to UNFREEZE and then reFREEZE to get the new directory loaded.  In a message dated 7/30/2020 5:44:44 AM Central Standard Time,

Re: ISPF development question

2020-07-30 Thread John McKown
Yes, there is. Run in TEST mode. https://www.ibm.com/support/knowledgecenter/SSLTBW_2.2.0/com.ibm.zos.v2r2.f54dg00/testmod.htm On Thu, Jul 30, 2020 at 1:14 AM Gadi Ben-Avi wrote: > Hi, > > I was told to develop an ISPF application. > It's been a long time since I did this, so I'm having some

Re: ISPF development question

2020-07-30 Thread Itschak Mugzach
Bob, As I wrote to Gadi, if you enter ISPF with TEST operand, all panels will be fetched from the dataset, not from storage copy. see below: In TEST mode, ISPF operates differently from normal mode in these ways: - Panel and message definitions are fetched again from the panel and message

Re: ISPF development question

2020-07-30 Thread Bob Bridges
This is WAD. ISPF normally keeps a copy of each panel as it reads it, and uses that copy the next time it's invoked, I suppose to save time. There's supposed to be an option you can invoke, when you're developing panels, that'll read the member afresh each time it's needed, but I never got

Re: ISPF development question

2020-07-30 Thread Jeremy Nicoll
On Thu, 30 Jul 2020, at 09:59, Rupert Reynolds wrote: > Back in the old daze, simply entering option 7 once (and then exiting) was > enough to make panels re-load each time they were updated for the rest of > that session. I remember doing that too. But if the panels (etc) are a standalone

Re: ISPF development question

2020-07-30 Thread Rupert Reynolds
scussion List On Behalf > > Of Itschak Mugzach > > Sent: Thursday, July 30, 2020 9:38 AM > > To: IBM-MAIN@LISTSERV.UA.EDU > > Subject: Re: ISPF development question > > > > Gadi, > > > > During development, once you logged-on, exit ISPF to TSO and ente

Re: ISPF development question

2020-07-30 Thread Itschak Mugzach
July 30, 2020 9:38 AM > To: IBM-MAIN@LISTSERV.UA.EDU > Subject: Re: ISPF development question > > Gadi, > > During development, once you logged-on, exit ISPF to TSO and enter PFG > TEST. the TEST operand will cause ISPF to read the panel definition from > the datase

Re: ISPF development question

2020-07-30 Thread Gadi Ben-Avi
Did you mean PDF TEST? -Original Message- From: IBM Mainframe Discussion List On Behalf Of Itschak Mugzach Sent: Thursday, July 30, 2020 9:38 AM To: IBM-MAIN@LISTSERV.UA.EDU Subject: Re: ISPF development question Gadi, During development, once you logged-on, exit ISPF to TSO and enter

Re: ISPF development question

2020-07-30 Thread Itschak Mugzach
Gadi, During development, once you logged-on, exit ISPF to TSO and enter PFG TEST. the TEST operand will cause ISPF to read the panel definition from the dataset every time you reference it. ITschak *| **Itschak Mugzach | Director | SecuriTeam Software **|** IronSphere Platform* *|*

Re: ISPF development question

2020-07-30 Thread Massimo Biancucci
If the panel library is available directly to your logon proc, you can use ISPF 7.2 to refresh panel to its latest release. Best regards. Max Mail priva di virus. www.avast.com

ISPF development question

2020-07-30 Thread Gadi Ben-Avi
Hi, I was told to develop an ISPF application. It's been a long time since I did this, so I'm having some issues. Whenever I change a panel definition, I have to logoff and logon for the updated definition to show. Is there a way to have ISPF use the updated definition without logging off and