We are currently in the process of Integration Testing for SAP Go-Live planned for March 31, 2008. Our Integration Testing is being done thru Redwood Job Scheduler. There appears to be a problem with exit codes from our PowerBuilder executable that does not correlate to condition codes in Redwood. The PowerBuilder executable either returns an exit code of 1 for successful or -1 for not successful. Redwood interprets -1 as KILLED. In reality the situation is that some records are processed successfully, but once a bad record is encountered, an exit code of -1 is set to indicate an error. The question is - what can be done in Redwood to interpret PowerBuilder exit codes correctly? In this case, we would expect an ERROR status to be produced but not a KILLED status which is misleading.