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


Please Help Members By Posting Answers For Below Questions

State the difference between INFORMAT and FORMAT ?

599


How can sas program be validated?

577


How can you create a macro variable with in data step? : sas-macro

576


Mention what is SAS data set?

677


Tell e how how dealt with..

1771






What is the difference between %local and %global? : sas-macro

668


Name some categories in sas 9? : sas-grid-administration

559


do you need to know if there are any missing values? : Sas programming

548


How to test the debugging in sas?

610


Difference between nodup and nodupkey options?

634


What are the ways to do a “table lookup” in sas?

595


what is broad cast agent? : Sas-bi

595


what does the run statement do? : Sas programming

556


what is enterprise guide? What is the use of it? : Sas programming

538


Mention the category in which sas informats are placed?

627