RQM Command line adapter on IBM i
One answer
Is the Command Line Adapter supported on IBM i?
If yes do I need to set additional variables to get the stdout and stderr logs that are generated after a script runs in ascii instead of ebcdic?
The Command Line Adapter hasn't established a list of supported platforms. Currently the only requirement is JRE 1.5 or later. Meeting that requirement, it should work on IBM i.
As for the stdout/stderr log entries, those will be generated according to the process invoked to write to those streams so the mechanism to convert EBCDIC to ASCII is outside the scope of the adapter. There are various utilities available online and perhaps you have something already if you're frequently finding a need to translate the data.