I want to return the month from my date variable in SAS Visual Analytics. I did calculated item --> month('Date_Variable') and it returned numbers 1-12, but I want it to return the month name.
you don't need to calculate the month. Just use a format.
input(dateVariable, monname10.)