majesty250
Technical User
Could someone help me to figure it out my problem?
My fileA has 250K rows whit 2 fields like this
1234567 aabc
9873452 ac3f
...
My fileB has 1.2M rows with 3 or more fields like this:
I 5346282 ab4d 20020701
I 6759902 hhf3 20020901
...
I have to search the field1 of fileA in fileB and put in an external file: fields 1,2,4 of fileB and filed2 of fileA.
I know that using while cycle could be easier but it needs too much time. I'm looking for a shorter method.
Thanks and regards
My fileA has 250K rows whit 2 fields like this
1234567 aabc
9873452 ac3f
...
My fileB has 1.2M rows with 3 or more fields like this:
I 5346282 ab4d 20020701
I 6759902 hhf3 20020901
...
I have to search the field1 of fileA in fileB and put in an external file: fields 1,2,4 of fileB and filed2 of fileA.
I know that using while cycle could be easier but it needs too much time. I'm looking for a shorter method.
Thanks and regards