Hello again
I am reaching out this time to all you SAS pros for advice. I have variable with a list of codes in one file and data dictionary in another file. I would like to change it from codes to actual explanations.
For example, Referral Source is being displayed in SAS table(imported) as:
1
3
4
In another table the following is stored:
1 Internal
2 Outreach
3 Day Hospital
4 Rehab Unit
5 In-patient Unit
etc.
My desired output is:
Internal
Day Hospital
Rehab Unit
Any feedback is greatly appreciated.
Cheers
I am reaching out this time to all you SAS pros for advice. I have variable with a list of codes in one file and data dictionary in another file. I would like to change it from codes to actual explanations.
For example, Referral Source is being displayed in SAS table(imported) as:
1
3
4
In another table the following is stored:
1 Internal
2 Outreach
3 Day Hospital
4 Rehab Unit
5 In-patient Unit
etc.
My desired output is:
Internal
Day Hospital
Rehab Unit
Any feedback is greatly appreciated.
Cheers