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?
Post New Answer View All Answers
What is interleaving in SAS?
explain the proc in sas? : Sas-administrator
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
what is transformation in sas data integration? : Sas-di
What are the default statistics that proc means produce?
What do the PUT and INPUT functions do?
What are the difference between ceil and floor functions in sas?
What are common programming errors committed in sas
what is sas data set?
Enlist the syntax rules followed in sas statements.
What is the basic structure of the SAS base program?
Which are the statements whose placement in the data step is critical?
What is the role of sas grid administrator? : sas-grid-administration
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Give some examples where proc report’s defaults are different than proc print’s defaults?