Hi team,
I have built a REXX Exec that uses ISPF panels, having several "Address ISPEXEC" and "Address TSO" commands,
PLUS a Address LINKMVS ICEMAN using sort to find a match string in a large PS Dataset.
At first invocation, everything works fine, but since it is driven by an ISPF panel, returns to the panel and expect new input (for the search string).
And at this point the problem starts: Any subsequent call fails at the "Address LINKMVS ICEMAN" with RC16 ! No more messages accompanying the RC16.
I have tried other options like:
- Address TSO "Call *(ICEMAN)" - Same behaviour
- Address LINK (or ATTACH) ICEMAN, Abend 0C4 !
Any ideas would be greatly appreciated.
Thanks, George