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 the use of sas management console? : Sas-di
explain the use of % includes a statement in sas? : Sas-administrator
What is a pdv and what are its functions?
If money were no object, what would you like to do?
Explain what is SAS informats?
Do you know the features of sas?
What are pdv and it functions?
What is data _null_?
how do you test for missing values? : Sas programming
What do you know about sas data set?
how will you location sas platform applications available from web browser? : Sas-bi
Which function is used to count the number of intervals between two sas dates?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Explain data_null_?
how to do user inputs and command line arguments in sas?