How could you generate test data with no input data?
Answer Posted / rohit
SAS can be used to generate random numbers. The command
RANUNI is used to generate random numbers from a uniform
distribution ranging from 0 to 1, and the command RANNOR is
used to generate random numbers from a standard normal
distribution. To use the command, we need to specify a
seed. The seed, a numerical value, is placed in parentheses
after the command. If a different numerical value or seed
is specified, the commands will produce a different set of
random numbers. For example, the value produced by
RANUNI(1) is different from the value produced by RANUNI(2)
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is run-group processing?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
what are some good sas programming practices for processing very large data sets? : Sas programming
explain what is data set in sas? : Sas-administrator
What does the trace option do?
explain the concepts and capabilities of business object? : Sas-bi
What is the order of application for output data set options, input data set options and SAS statements?
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro
What are the different versions of sas that you have used until now? : sas-grid-administration
Name few SAS functions?
How to limit decimal places for variable using proc means?
name the scheduler for scheduling job and explain the scheduler? : Sas-di
Are you involved in writing the inferential analysis plan? Tables specfications?
how sas deals with business intelligence? : Sas-bi
What are the functions used for character handling?