How to select the observations randomly from a SAS dataset
Answer Posted / name is no need
I think by using mod operator we can select the random
observations.
syntax:mod(_n_,number);
| Is This Answer Correct ? | 5 Yes | 6 No |
Post New Answer View All Answers
What is the difference between order and group variable in proc report?
What versions of SAS have you used (on which platforms)?
Explain bmdp procedure?
name several ways to achieve efficiency in your program? : Sas programming
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What would you change about your job?
how could you generate test data with no input data? : Sas programming
Approximately what date is represented by the SAS date value of 730?
Differentiate between format and informat? : sas-grid-administration
which date functions advances a date time or date/time value by a given interval? : Sas programming
how to debug and test the sas program? : Sas-administrator
what is the function of catx syntax? : Sas-administrator
What is the maximum and minimum length of macro variable
what are the scrubbing procedures in sas? : Sas programming
what is information maps?