You are getting MORE records than exist in the source table A, not LESS.
This happens when there are mulitple records in B for some of the key variables. So in this case there are some values of ID and DATE that have more than one record in table B and also appear in table A.
You most have a WHERE or a GROUP BY or some other way that is subsetting the results.
Without seeing the full query and the SAS log it is hard to diagnosis further.
Is there anything else in your SQL that could cause this drop of records (i.e. a DISTINCT in the SELECT clause)?
Please post your SQL code and the related log.
You are getting MORE records than exist in the source table A, not LESS.
This happens when there are mulitple records in B for some of the key variables. So in this case there are some values of ID and DATE that have more than one record in table B and also appear in table A.
First you were saying that you weren't getting enough records .. now you're showing too many.
Like others have said, post your code and some example data, and an example data file of what you expect.
Art, CEO, AnalystFinder.com
SAS Innovate 2025 is scheduled for May 6-9 in Orlando, FL. Sign up to be first to learn about the agenda and registration!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.