I have a bunch of SAS data sets with a seq number that I want to merge by. Unfortunately in some data sets the seq is numeric and in others it's character.
I get the following error:
ERROR: Variable seq has been defined as both character and numeric.
There are many tables being merged and finding the tables that are the culprits will be painstaking. Is it possible to force the seq to numeric in an efficient manner in the merge by statement across all tables?