Quantcast
Viewing all articles
Browse latest Browse all 310

Proc tabulate procedure

Hi,
i am trying to create a table with medicines and county names.
and I want those values in the table which are >10,
as a general code goes,.

proc tabulate data=X;
class lan substansnamn;
table lan, substansnamn*n='';
run;

in the table I want to have only those values which are greater than 10 and how do i do that?

Viewing all articles
Browse latest Browse all 310

Trending Articles