i have a dataset with 100000 records. i want 100 records
from that dataset and create a dataset.we need to pick the
observations random order like
100obs,500obs,1020obs,1890obs,2565obs like that i need 100
obs in random order? how can we create this one?
Answer Posted / dilip
data A;
do slice = 100,500,1890,256,...100th;
set source point=slice;
output;
end;
stop;
run;
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
What does the trace option do?
What is the use of PROC gplot?
Mention what are the data types does SAS contain?
what are sas bi dashboard components? : Sas-bi
If money were no object, what would you like to do?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
What is the use of stop statement?
what is broad cast agent? : Sas-bi
do you need to know if there are any missing values? : Sas programming
What is the use of function Proc summary?
what is information maps?
Do you know the features of sas?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What is PDV?
What is connection profile? : sas-grid-administration