6 data Triples_leftjoin_Hash (drop = Count) ;
10 , dataset:
'Dw.AtBats(rename=(Batter_ID=Player_ID) 11 where=(Result="Triple"))' 13 triple.defineKey (
"Player_ID") ;
14 triple.defineData (
"Distance",
"Direction") ;
15 triple.defineDone () ;
16 if 0 then
set Dw.AtBats (keep=Distance Direction) ;
18 set Bizarro.Player_candidates ;
19 where Team_SK in (193) ;
20 call missing (Distance, Direction) ;
21 do while (triple.do_over() = 0) ;
22 Count = sum (Count, 1) ;
25 if not Count then output ;