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

how would you determine the number of missing or nonmissing values in computations? : Sas programming

655


What are the limitations for memory allocation for SAS variables

927


Mention sas system options to debug sas macros.

659


Difference between sum function and using “+” operator?

600


Differentiate input and infile.

594






Mention few capabilities of sas framework.

692


What is Linear Regression?

685


Describe a time when you were really stuck on a problem and how you solved it?

2082


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

653


how to read the variables in sas? : Sas-administrator

551


Give some examples where proc report’s defaults are same as proc print’s defaults?

637


how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2290


What is SAS? What are the functions does it performs?

729


How substr function works in sas?

699


What are the uses of sas?

705