I am new and have a data file with the 16th column as
0000779TES and have 1000 records
0000779TES
0000779TES
0000779TES
0000779TES
I want to change it to
0000100TES
0000101TES
0000102TES
.
.
.
0000998TES
0000999TES
How can I replace it with increment from 779 to 100,101,102,...
Thanks
0000779TES and have 1000 records
0000779TES
0000779TES
0000779TES
0000779TES
I want to change it to
0000100TES
0000101TES
0000102TES
.
.
.
0000998TES
0000999TES
How can I replace it with increment from 779 to 100,101,102,...
Thanks