Author: Balaryan
Posted: Fri Feb 03, 2017 1:20 am (GMT 5.5)
Hi Arun,
It works now. Actually, I tried with LEFT justified using JFY parameter. It didn't work out. Later, I achieved the result using OUTREC OVERLAY option.
Input file contains decimal fields like listed below.
format is 99.999
16.000
17.510
17.510
12.500
4.550
2.000
2.000
3.480
19.000
7.750
Output should be in the format 99999 (by suppressing decimal) like
16000
17510
17510
12500
04550
02000
02000
03480
19000
07750
_________________
Thanks,
B@L@
Posted: Fri Feb 03, 2017 1:20 am (GMT 5.5)
Hi Arun,
It works now. Actually, I tried with LEFT justified using JFY parameter. It didn't work out. Later, I achieved the result using OUTREC OVERLAY option.
Input file contains decimal fields like listed below.
format is 99.999
16.000
17.510
17.510
12.500
4.550
2.000
2.000
3.480
19.000
7.750
Output should be in the format 99999 (by suppressing decimal) like
16000
17510
17510
12500
04550
02000
02000
03480
19000
07750
_________________
Thanks,
B@L@