Detailed Description and Symptoms
In documentation there is no way shown to activate a TRACE for UNIX Call API?
Solution
edit INI File and add following entry in the [GLOBAL] section:
trace = 1
start Call API with parameter > output.txt or >> output.txt
Example:
./UCXBLI3C SCRIPT=script.txt > output.txt (file will be overwritten each time the Call APi is started)
./UCXBLI3C SCRIPT=script.txt >> output.txt (file appends every time the Call API is started)
Trace information is stored in output.txt