Hi,
I've been testing software on a z/OS mainframe for several months now, and I'm really getting quite annoyed by the serious deficiencies of the Rexx scripting language. :-(
Since I know C/C++ quite well in the Windows/UNIX world, I was wondering if anyone knows how to make a C/C++ program work with TSO commands?
Basically, I need to execute TSO commands like "AU testuser PASS(password)", as well as TSO commands that my company writes, and pipe the output to a file (dataset) or something, so I can see the output later from all the commands.
If I could translate all my fragile little Rexx scripts into real language like C or C++, my hair might not turn grey so fast. ;-)
I've been testing software on a z/OS mainframe for several months now, and I'm really getting quite annoyed by the serious deficiencies of the Rexx scripting language. :-(
Since I know C/C++ quite well in the Windows/UNIX world, I was wondering if anyone knows how to make a C/C++ program work with TSO commands?
Basically, I need to execute TSO commands like "AU testuser PASS(password)", as well as TSO commands that my company writes, and pipe the output to a file (dataset) or something, so I can see the output later from all the commands.
If I could translate all my fragile little Rexx scripts into real language like C or C++, my hair might not turn grey so fast. ;-)