/ Published in: SAS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
data _null_ ; long='a b c d a e d a e t g d a c s' ; num_a=countc(long,'a') ; put num_a= ; run ;
URL: http://jaredprins.squarespace.com/blog/2008/10/7/some-sas-code-snippets.html