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.
Dive into keynotes, announcements and breakthroughs on demand.
Explore Now →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.