Hello,
I'm trying to figure out how to trap a tso command response issued from my rexx code which is run in a netview on a z/os 1.8 box. The code logic follows:
1. <start a tso server>
2. issue a the command via PIPE:
"PIPE TSO "invoke_type" "xsid" "etype,
" | CORR 10",
" | STEM OUTPUT."
3. <stop the tso server>
i the output stem merely contains a "command accepted" message, not the output of the command itslef.
Any help would be appreciated.