Hello, I am new to using SAS and am having trouble creating a two-way frequency table. I've done some web searches and I believe I am using the correct code, but apparently not. Would appreciate some help! proc freq data=work.import1; order=frequency; table jurisdiction*reportablecondition; run; Thank you!
... View more