Hi Guys,
I am trying to get duplicate records based on the nodupkey which find the duplicate records based on the by statement. However, It is giving me no-duplicate records in duplicate output file(dup_recs). Given is the syntax I have used.
proc sort data=table1 nodupkey out=without_dup dupout=dup_recs;
by &col.;
run;
and col macro keep the 178 column to validate if there is any duplicate record or not.
Thanks,
Abhishek
If you have 178 columns in the by statement, all 178 have to be identical between observations to constitute a dupiicate.
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!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.