Hi All,
I am having 1 Input File, There is a Record having value as 00010.0000. My Requirement is I want this field to be Reformatted to 0000010.00. I want to perform this activity using SORT not with COBOL Pgm. please Advise.
00010.0000 = 0000010.00
00010.9900 = 0000010.99
Thanks