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
How would you define the end of a macro? : sas-macro
What are the features of base sas system?
What is SAS informats?
Explain what is data step?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
What system options would you use to help debug a macro? : sas-macro
Describe a time when you were really stuck on a problem and how you solved it?
If a variable contains letters or special characters, can it be numeric data type?
How we can create SAS USER DEFINED CODE?
How are numeric and character missing values represented internally?
Which function is used to count the number of intervals between two sas dates?
How would you define the end of a macro?
I have 3 years of work experience at a startup and recently got certified in Data Science with SAS. I need to know how to get into the analytics industry
What is SAS? What are the functions does it performs?
Where do you use proc means over proc freq?