Page 1 of 1

Inoking REXX program from ISPF Panel

PostPosted: Wed Aug 15, 2012 2:34 am
by kris0770
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.

Re: Inoking REXX program from ISPF Panel

PostPosted: Wed Aug 15, 2012 2:48 am
by prino
Show the code, without it we can only guess what your doing wrong, LIBDEF's or ALTLIB's ...

Re: Inoking REXX program from ISPF Panel

PostPosted: Wed Aug 15, 2012 4:02 am
by Pedro
And show your panel