How could you generate test data with no input data?
Answer Posted / k ramesh
data testdata_anlyse;
do i=1 to 100;
x=rannor(i);
output;
end;
run;
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can you execute a macro within a macro? Describe. : sas-macro
What Proc glm does?
What is the use of %include statement?
how many types prompting framework can be broken down to? : Sas-bi
What do the mod and int function do? : Sas programming
How to create an external dataset with sas code?
What is Linear Regression?
What is the sas data set? : sas-grid-administration
What is program data vector (pdv) and what are its functions?
what is the purpose of _error_? : Sas programming
How you can read the variables that you need?
Differentiate between sas functions and sas procedures.
do you prefer proc report or proc tabulate? Why? : Sas programming
What are the 3 components in sas programming?
what is null hypothesis? why do you consider that?