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
what is business intelligence? : Sas-bi
how does sas handle missing values in assignment statements? : Sas programming
Do you need to know if there are any missing values?
What will calendar procedure do?
what are input dataset and output dataset options? : Sas programming
How would you define the end of a macro? : sas-macro
What is the difference between order and group variable in proc report?
what do the pad and dim functions do? : Sas programming
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
how do you want missing values handled? : Sas programming
what are the benefits of data integration? : Sas-di
Describe the function and utility of the most difficult SAS macro that you have written?
What are the limitations for memory allocation for SAS variables
Have you ever used the SAS Debugger?
what is program data vector? : Sas-administrator