Hello,
I am trying to read the names of a categorical variable in SAS and change it.
Is there any predefined function to extract variable levels in SAS ?
proc sql;
select distinct variablename from have;
quit;
Thank you PaigeMiller, I am looking for each level of my categorical variable and not an extraction of specific variables in my dataset.
@KarimaTouati wrote:
Thank you PaigeMiller, I am looking for each level of my categorical variable and not an extraction of specific variables in my dataset.
The solution I gave does what you ask for.
It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.
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.