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 are the table names in oracle database...?
What is maximum storage capability of SAS?
Explain the main difference between the sas procedures and functions? : Sas-administrator
where are dashboard components are created and maintained? : Sas-bi
what is the difference between infile and input? : Sas-administrator
how will you locate the sas platform applications? : Sas-bi
what is treatment emergent events and treatment emregent adverse event
what is snowflake schema? : Sas-di
for what purpose would you use the retain statement? : Sas programming
Have you used macros? For what purpose you have used? : sas-macro
This entry was posted in General. Bookmark the permalink. Post a comment or leave
how can you create zero observation dataset? : Sas programming
What is the difference between order and group variable in proc report?
What are the features of base sas system?
How do you add a number to a macro variable? : sas-macro