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.

sas-innovate-2024.png

Don't miss out on SAS Innovate - Register now for the FREE Livestream!

Can't make it to Vegas? No problem! Watch our general sessions LIVE or on-demand starting April 17th. Hear from SAS execs, best-selling author Adam Grant, Hot Ones host Sean Evans, top tech journalist Kara Swisher, AI expert Cassie Kozyrkov, and the mind-blowing dance crew iLuminate! Plus, get access to over 20 breakout sessions.

 

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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