6 data nodup_hash dupes_hash ;
9 h.defineKey (
"Batter_ID") ;
12 set dw.AtBats (keep = Game_SK Batter_ID Result Top_Bot Inning) ;
13 where Batter_ID in (32390,51986,60088)
18 if h.check() ne 0 then do ;
22 else output dupes_hash ;
23 keep Game_SK Batter_ID ;