As featured in:
Data Management Solutions Using SAS Hash Table Operations: A Business Intelligence Case Study
, and built from this
github repository
.
Chapter 2 HashValues Sample Data set.sas
1
/* "Chapter 2 HashValues Sample Data set.sas" from the SAS Press book
2
Data Management Solutions Using SAS Hash Table Operations:
3
A Business Intelligence Case Study
4
*/
5
6
data hashValues ;
7
input K D:$1. ;
8
cards ;
9
1 A
10
2 B
11
3 C
12
run ;
Generated by
For more information visit the
Bizarro Ball library
.