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 slowly changing dimension? : Sas-di

628


What are symget and symput? : sas-macro

735


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

595


What sas features do you use to check errors and data validation?

694


What is the basic structure of the SAS base program?

692






What do you code to create a macro? : sas-macro

588


what does the run statement do? : Sas programming

560


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1358


What areas of SAS are you most interested in?

1071


what is proc Index? and what is proc document?

1998


what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming

735


how are numeric and character missing values represented internally? : Sas programming

622


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

619


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

694


How do you specify the number of iterations and specific condition within a single do loop?

628