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
What are the functions which are used for character handling functions?
Explain how merging helps to combine data sets.
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
What are the data types that sas contain?
what is the basic structure sas administrator? : Sas-administrator
What is program data vector (pdv) and what are its functions?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
why is sas data integration studio important? : Sas-di
What is the difference between SAS functions and procedures?
I need level 2 to 5 sas using companies in india
how does sas handle missing values in sort order? : Sas programming
How to limit decimal places for variable using proc means?
What is a pdv and what are its functions?
Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?
Differentiate between ceil and floor functions.