Hi,
I want to multiply two fields in a record and create a new field in that record. The file is FB with LRECL=20.
In position 1-3 is an integer-field (actually percentage) and i position 10-18 a numeric zoned value with two decimals.
File A
075ABCDEF001000.00GH
The result I want is:
075ABCDEF001000.00GH000750.00
so field 21-29 is the amount of 075% * 001000.00.
Suggestion how I fix this in DFSORT ?
Best regards,
Micke S