RANDOM SAMPLING IN SAS: Using PROC SQL and …
https://www.sas.com/content/dam/SAS/en_ca/User%20Group%20Presentations/Hamilton-User-Group/Ardizzi-RandomSampling-Fall2015.pdf
PROC SURVEYSELECT options ; optional statements; RUN; Notes Some of the options we will utilize in the PROC SURVEYSELECT statement are: 1. DATA=, the input dataset 2. OUT=, the output dataset 3. METHOD=, the selection method (SRS is default if not specified) 4. SAMPSIZE=, the number of observations to select for the sample 5.
DA: 59 PA: 48 MOZ Rank: 28