I have developed an ISPF panel from where I call REXX based tools to get invoked. For example I have this panel and REXX based tools in ABC.pds. If I invoke any REXX based tools within this pds they work well and upon exit, it comes back to main panel.
I am facing problem when I invoke a tool which is in another pds say DEF.pds, it will execute the tool but it doesnt return back to calling panel on pressing exit key(PF3). So, can we execute a REXX based tool from a panel in ABC.pds to DEF.pds and return back to the panel.
I get Panel not found error (ISPP100) in this case.