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

how could you generate test data with no input data? : Sas programming

619


What is the purpose of trailing @ and @@? How do you use them?

607


Can you suggest us materials for sdtm mapping?

4031


How do you delete duplicate observations in sas?

571


is data integration and etl programming is same? : Sas-di

573






I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com

2261


Why and when do you use proc sql?

754


what is the difference between unique key and primary key? : Sas-di

589


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

533


Give some ways by which you can define the variables to produce the summary report (using proc report)?

593


why is sas data integration studio important? : Sas-di

557


What are the default statistics for means procedure?

638


How would you identify a macro variable?

646


if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming

538


what is the difference between infile and input? : Sas-administrator

603