Applied Filters: (Reset All Filters)
Type: Sample ( Reset Filter)
| Date | Title | Type | ||
|---|---|---|---|---|
| 9/4/09 |
26140 - Creating a new data set for each BY group in a data set Create multiple SAS data sets from one SAS data set based upon the value of the BY variable. http://support.sas.com/kb/26/140.html, 21KB |
Sample | ||
| 4/14/09 |
24581 - Combining three data sets based upon a key variable Add values from MASTER (indexed on PartNumber) and DESCRIPTION (indexed on PartNumber) to ORDER based upon the key variable PartNumber. http://support.sas.com/kb/24/581.html, 24KB |
Sample | ||
| 4/6/09 |
24667 - Load a SAS DATA set into a hash object and create a SAS DATA set from a hash object Illustrate the DATASET constructor and the OUTPUT method. http://support.sas.com/kb/24/667.html, 20KB |
Sample | ||
| 2/12/09 |
34616 - Creating a Simple Calculator Using the Java Object and the DATA Step Component Interface This sample demonstrates how to use the Java Object and the DATA Step Component Interface to implement a basic calculator. http://support.sas.com/kb/34/616.html, 22KB |
Sample | ||
| 12/14/07 |
25029 - Creating a new variable whose value is unique for groups of 'linked' observations Iterate through one hash table and find elements of another hash table that are 'linked' through the values of two sets of variables. <p> For releases prior to SAS 9.1, see <a href="http://support.sas.com/kb/25968.html ... http://support.sas.com/kb/25/029.html, 22KB |
Sample | ||
| 5/4/07 |
26160 - Execute a 'chained' lookup using a hash table Use a hash object to 'chain' through multiple observations to create a new variable containing each 'link' that contributed to the 'chain'. http://support.sas.com/kb/26/160.html, 21KB |
Sample | ||
| 8/5/06 |
24647 - Perform a fuzzy merge using DATA step component objects Use the hash iterator to search a hash object for a value that is close to the value of the look up variable. http://support.sas.com/kb/24/647.html, 21KB |
Sample | ||
| 8/2/06 |
24641 - Find multiple items in a hash table that have the same key Use the hash iterator to search a hash object for all items that have the same value of one key and different values of a second key. http://support.sas.com/kb/24/641.html, 20KB |
Sample | ||
| 8/2/06 |
24648 - Perform a fuzzy merge within a range using DATA Step component objects Use the hash iterator to search a hash object for a value that is within a range from a second data set. http://support.sas.com/kb/24/648.html, 20KB |
Sample | ||
| 6/14/06 |
24639 - Find all observations of a SAS data set that do not match the first key value and do match the second key value Use the hash iterator to find observations that match the value of the second key by using an iterative do loop to change the value of the first key. http://support.sas.com/kb/24/639.html, 21KB |
Sample | ||