How could you generate test data with no input data?
Answer Posted / bitla
using random functions like RANUNI() RANBIN() etc
with DO loops
ex:
data one;
do i=1 to 1000;
x=ranuni(32223);
end;
run;
| Is This Answer Correct ? | 11 Yes | 1 No |
Post New Answer View All Answers
How would you identify a macro variable?
What is the purpose of _character_ and _numeric_?
what is study design in while working with SAS? what are screening variables in SAS?
Difference between sum function and using “+” operator?
Mention what is SAS data set?
explain about sas business intelligence? : Sas-bi
How to limit decimal places for the variable using proc means?
Describe a time when you were really stuck on a problem and how you solved it?
what is change analysis in sas di ? : Sas-di
What will calendar procedure do?
Mention what is the difference between nodupkey and nodup options?
Mention sas system options to debug sas macros.
it will become easy if uuu provide website linkssss and list of consultanciessssss
How do you connect the desktop application to metadata server? : sas-grid-administration
how does sas handle missing values in sort order? : Sas programming