Published in: SAS
URL: http://jaredprins.squarespace.com/blog/2008/10/7/some-sas-code-snippets.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 ;
You need to login to post a comment.
Beginning AppleScript (Programmer to Programmer)
Geared toward programmers with no prior development knowledge, Beginning AppleScript serves as a comprehensive guide to using AppleScript on the Mac OS X platform. This title introduces the reader to AppleScript, and then illustrates how to efficiently start writing scripts through sample programs as each concept is introduced.
webonomic on 10/02/08
Published in: SAS
URL: http://jaredprins.squarespace.com/blog/2008/10/7/some-sas-code-snippets.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 ;
You need to login to post a comment.