@SannaSanna
Let's discuss the first problem you identify:
@SannaSanna wrote: ... stuff deleted ... but I have also used Proc SQL to tie the tables together and still missing records.
"Missing records" is way too amibiguous to diagnose. But from what you have shown us, any missing records are not due to size of the data sets. Please provide an explicit example of a record you expected in the result, but was missing. And provide the initial records from which you expected it to be produced.
You should be able to extract those records into a sample, and then quickly run both your SQL code and DATA step merge code that resulted in missing records.
Show us those codes, and the log file that went with them. Then diagnosis (and maybe prescription) is possible.
... View more