Hi everyone. I have a quick question regarding output styles in SAS Enterprise Guide. I know that proc surveyfreq gives this kind of thing. where both variables are on the left axis and it just lists one as a subset of the other: Proc freq, however, has one variable on the top, with the other variable on the left, like so: Is there any way that we can make the proc surveyfreq output more similar to the proc freq output in the way that the variables and values are arranged (We want one variable per axis)?
... View more