Here are some examples of a simple substitution encryption (and associated decryption) server routine. The Base string should consist of sixteen unique printable characters, ideally all the same case. These routines are intended to handle 7-bit ASCII (that is, Char(0) through Char(127)). FUNCTION En...
SELECT MESSAGE FROM SYS.MESSAGE WHERE @ID = '020548'; reveals that this code is the generic message "Aborting", which doesn't help very much. My guess is that the total of your field display widths exceeds the device width. Reduce the FMT values or increase the width parameter using the S...
Check the sequence log to determine whether the Notification activity was executed. If it was, there's a problem with sendmail(). If it was not, there's a problem with the sequence logic.
DataStage server jobs do have an interactive debugger. Creating one for parallel jobs is on IBM's roadmap, but it's a huge technical exercise - just imagine some of the challenges - for example tracing a row that may suddenly jump to a different machine on the network.