Hey,
I am trying to create an sgplot with for the months by year.
Help....This is what i have tried so far.
proc sqplot data=mydata;
series x=months(char) y=nfreq /group=year(char);
run;
I was hoping sas could calculate the frequency of each month(nfreq). Looks like thats not the case.
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.