I have a SAS dataset that contains multiple records for many persons. Persons are identified by SSN. The data must be de-identified so I created a var named PerID and populated it with a random digit number using FIRST.SSN. Now I want to copy the value of PerID for each of the first SSNs to the remainder each SSN. Note that the number of records for each person may range from 1 to 20.