Hi Team,
I have two files:
File-1 of length - 260 (key at 209,16)
File-2 of length - 27 (Key at 12,16)
I need to match the files and write the output into a file of length 260 having values copied from file-1 with change:
Position 209 of output file - should have record from file-2 postiion (1,11)
Position 220 of output file - should have 5 spaces
Position 225 of output file - should have record from file-2 postiion (1,11)
Position 236 of output file - should have 5 spaces
Position 241 of output file - should have record from file-2 postiion (12,16)
can you please help how can I have the records in the output file.
Regards,
Krunal Bafna