•Identify
any user defined functions you may wish to create to
transform data
–If
you constantly need to send legacy dates back as SQL Dates, consider
writing a function to do the transformation on AS/400
so that you have re-usable code
–If
you need to do special calculations, like percent to total or such, write
a UDF to do the transformation with full error handling to
ease the code on the client