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

What are the new features included in the new version of SAS Programming Language?

743


what is the primary data source for the wrs? : Sas-bi

667


how can you create zero observation dataset? : Sas programming

647


How we can call macros with in data step? : sas-macro

627


Difference between nodup and nodupkey options?

643






What is a method to debug and test your SAS program?

731


what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?

1696


If a variable contains only numbers, can it be a character data type?

621


explain the concepts and capabilities of business object? : Sas-bi

552


Mention what is PROC in SAS?

610


Are you involved in writing the inferential analysis plan? Tables specfications?

1759


how can you put a "trace" in your program? : Sas programming

583


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

1924


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

611


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

700