BookmarkSubscribeRSS Feed
RyanB
Calcite | Level 5
I've been researching and experimenting using a lookup table with variable definitions (e.g. datatype, length, in range values, recodes...) to count out of range and unknown values and to clean some large datasets. I was hoping to be able to reference the look up table via an array using a macro program but I haven't been able to get it to work. One problem is that I can't create and retain multiple variables used to store my counts (e.g. sex_unknown=sex_unknown+1). I've also researched using hashes but I'm not very familiar with them. I'm not necessarily looking for a solution for a specific problem as much as a point in the right direction. What is the best way to use another table to instruct my code to collect the information described and to clean the data?

Thanks in advance for your help.
2 REPLIES 2
CurtisMack
Fluorite | Level 6
Are you familier with the RETAIN statement? It would help you keep those counts.
CurtisMack
Fluorite | Level 6
Actualy, if you just did:
---------------------------------------
sex_unknown + 1;
-----------------------------------
It would automatically be retained.

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1248 views
  • 0 likes
  • 2 in conversation