I have a dataset with 500 variables. I want to run proc freq and proc means for the character and numeric variables. SAS is great in handling _character_ and _numeric_ variables; however, the character variables in my dataset are coded as numeric because each character variable is a couple of levels that are saved with numbers (e.g., 1,2,3,4 then I have format to assign the character description in the output). Usually, I manually separate the character variables. I wonder if you have a suggestion to write a code to help me with distinguishing the character variables from the numeric variables. Thanks
... View more