Hello all,
From ispf edit panel, i would like execute a rexx exec to verify if my pds member (for example) has been modified just after the ispf end command.
Thank's for your help
Because of the way ISPF treats the queue, you can't queue a command for execution after ISPF-terminate. The only way I can think of to do this is to start ISPF from a routine (which will stay active all the while ISPF is active) and have that driver-routine issue whatever commands are required after ISPF returns control.
Frank Clarke
Tampa Area REXX Programmers' Alliance
REXX Language Assn Listmaster
I'm suggesting that if you have a startup routine which brings you into ISPF, that routine can issue whatever commands you need executed after ISPF finishes.
If that routine queues a command to start ISPF and then immediately ends, it will have to be changed to actually issue the ISPF command directly so that when the user ends ISPF the startup routine will still be alive to issue the back-end commands.
Frank Clarke
Tampa Area REXX Programmers' Alliance
REXX Language Assn Listmaster
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.