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.
Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.
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.