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
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
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.