Hi, I am appending two files with observations of 2.94million in each. The command I have used is
append using all_observationsA all_observationsB
However after appending the result file has a count of 8.84million observations in total. The data is getting duplicated somewhere, but I do not understand why. Please can you advise. Thanks.
append using all_observationsA all_observationsB
However after appending the result file has a count of 8.84million observations in total. The data is getting duplicated somewhere, but I do not understand why. Please can you advise. Thanks.

Comment