Since you are using a STRATA statement you have the option of using SAMPSIZE in the proc statement. such as SAMPSIZE = (5 5 5 2 5 5 2 5 5) The samplesize is then PER strata corresponding to the sorted order of the strata. In my exampe the 4th and 7th Strata are the ones that only have 2 samples.
... View more