FREQ variable;
The FREQ statement identifies a variable that contains the frequency of occurrence of each observation. PROC PSMATCH treats each observation as if it appears n times, where n is the value of the FREQ variable for the observation. The FREQ statement is not allowed if a MATCH statement is specified.