Hi All,
I have requirement that first 5 records of my input file should not affected by my outrec fields ( i mean the sort should not get applied to first 5 records of input file , but i need those lines copied to my output file).
in below sample input file my sort should only get affect from line 6 and above but i need line 1 to 5 copied in to m out put file. Could any please tell me the option or guide me for this.
sample input file:
line 1------------
line 2-----------
.
.
.
line 5-----------
line 6--------
Thank you very much for you kind help !!!