In BMCLOAD step , i have one fields which is Decimal 11,2 .
I want to change the sign of this field before I load into table .
I do this by multiplying by -1 .
IS it possible to do that in a Load Step ?
I know I can do that in Sort step before Load .
But I don't want to process all those rows 2 times.
Your inputs are appreciated .