When issuing Commands and Subcommands from REXX, I run into a problem, in that subcommands are never executed. I can do it with CLIST, so I generate a CLIST from REXX and execute the CLIST. The problem is I always get a 0 return code back from the CLIST... Any ideas.
Here is a simplified...