Mom_ID can be the grouping variable and Inf_ID the sorting variable. If the first infant has the lowest value, the following works.
Code:
bys Mom_ID (Inf_ID): keep if _n==1
Comment