File1: Input 1: 2013-08-18
File 2: Input 2: 9th postion i have 2.00
O/p should be 2013-08-20
I tried using sync sort by manually hard coded the day 2. But i need to get the day from 2nd file from 9th position and add it in first file.
SORT FIELDS=COPY
OUTREC FIELDS=(1:C'''',2:DATEADD(1,10,DT=(4MD-),+2,DAY), * 12:C'''', 68X)
OUTREC FIELDS=(1:C'''',2:DATEADD(1,10,DT=(4MD-),+2,DAY), * 12:C'''', 68X)
Please advice...
Code'd