8 do _n_ = 1 to floor (ranuni(1) * 4) ;
13 %let cat_length = 53 ;
15 data Games_nodup (drop = _:) ;
18 h.defineKey (
"_MD5") ;
19 h.defineData (
"_N_") ;
24 set Games_dup end = LR ;
25 array NN[*] _numeric_ ;
26 array CC[*] _character_ ;
27 length _concat $ &cat_length _MD5 $ 16 ;
28 _concat = catx (
":", of NN[*], of CC[*]) ;
29 _MD5 = MD5 (trim(_concat)) ;
30 if h.check() = 0 then continue ;