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
Explain the purpose of retain statement.
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
Explain what is data step?
How would you identify a macro variable? : sas-macro
what are informats in sas? : Sas-administrator
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Explain how merging helps to combine data sets.
What system options would you use to help debug a macro? : sas-macro
Explain the purpose of substr functions in sas programming.
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
Are you involved in writing the inferential analysis plan? Tables specifications?
Mention what is SAS data set?
which date functions advances a date time or date/time value by a given interval? : Sas programming
why is sas data integration studio important? : Sas-di
What is your favorite all time computer book? Why?