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


Please Help Members By Posting Answers For Below Questions

What is the purpose of _character_ and _numeric_?

589


for what purpose would you use the retain statement? : Sas programming

584


Give e an example of..

1655


What is the difference between %put and symbolgen? : sas-macro

669


What is your favorite all time computer book? Why?

2048






What do the PUT and INPUT functions do?

779


What is the maximum and minimum length of macro variable

654


what is proc Index? and what is proc document?

1998


What are types of transport files?

6860


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

1799


What are the advantages of using sas?

607


describe how to adjust the performance of data integrator? : Sas-di

563


what is hash files in sas and why we are using this one in sas?

1731


Differentiate input and infile.

596


How would you identify a macro variable?

651