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 do the PUT and INPUT functions do?
why is sas data integration studio important? : Sas-di
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
What is the function of output statement in a SAS Program?
Describe 5 ways to do a “table lookup” in SAS?
How to create a permanent sas data set?
Give e an example of..
What is the basic structure of the SAS base program?
what is data integration? : Sas-di
What is the use of the %include statement?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
What are the limitations for memory allocation for SAS variables
How many data types are there in SAS?
If you could design your ideal job, what would it look like?
Can you execute macro within another macro? : sas-macro