/ Published in: SAS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
data _null_ ; long='dog cat rat bat dog camel dingo snake bigdog' ; num_dog=count(long,'dog') ; put num_dog= ; run ;
URL: http://jaredprins.squarespace.com/blog/2008/10/7/some-sas-code-snippets.html