Online File
How to use this page
Rick Aster: Professional SAS Programming Secrets: Contents
* Professional SAS Programming Secrets Program 10k List of distinct values *; proc sort data=work.customer (keep=state county) out=work.counties nodupkey; by state county; run;