Some SAS Code Snippets
I came across some SAS code snippets while doing some research. They were worth saving in my snipplr page.
(These were originally posted on MeasureIT).
- Use Regular Expressions in Proc SQL
- Count up the number of substrings in a string
- Count up the number of characters in a string

Reader Comments