How could you generate test data with no input data?

Answer Posted / jahnavi

eg: data two;





var1 = ranuni(0) * 10 ;
run;
This datastep would create random integers between 0 and 10;

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the use of the %include statement?

674


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

541


what is the effect of the options statement errors=1? : Sas programming

573


what is business intelligence? : Sas-bi

569


Name and describe few sas character functions that are used for data cleaning in brief.

653






what do the pad and dim functions do? : Sas programming

554


What function CATX syntax does?

678


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1458


What are the features of SAS?

567


Tell e how how dealt with..

1747


What is the command used to find missing values?

580


If a variable contains letters or special characters, can it be numeric data type?

751


In proc transpose and data step with arrays which one you pick?

2562


What is the difference between using drop = data set option in data statement and set statement?

628


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

1905