Hi All,
File 1 has only one record with date value available.
File 2 has more records with lrecl - 96.
I want the date field from file1 to be appended at a specified position in file 2 for all records.
File 1: CCCCAAAA10/10/2014AAAAAAA (LRECL - 80)
File 2: (LRECL - 96)
afafafafafafafafafa
afafafafafafafafafa
afafafafafafafafafa
OUPUT: (LRECL - 106)
afaf10/10/2014afafafafafafafafa
afaf10/10/2014afafafafafafafafa
afaf10/10/2014afafafafafafafafa
I have tried searching but could see only a static value is appended and not a value from another file. Hence I am not sure how to do it.
Could you please help me.