| Date | Title | Type | ||
|---|---|---|---|---|
| 2/6/08 |
31109 - Unusual Uses of the Round Function The round function is usually used to round to the nearest decimal, but this tip show other useful ways to use the round function. http://support.sas.com/kb/31/109.html, 21KB |
Sample | ||
| 7/27/07 |
26182 - Creating Subfolders Using Hash Tables This sample will create subdirectories "on the fly" by walking down the hierarchy and creating the subdirectory if it doesn't exist. It also demonstrates iterating through a hash table. It is easily adaptable as a macro ... http://support.sas.com/kb/26/182.html, 21KB |
Sample | ||
| 2/28/08 |
29177 - Verifying Data This sample uses the KEY= option to validate variable values against composite keys. http://support.sas.com/kb/29/177.html, 26KB |
Sample | ||