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 intially documentation in sas?
How to create list output for cross-tabulations in proc freq?
In SAS explain which statement does not perform automatic conversions in comparisons?
To what type of programms have you used scratch macros?
what is the basic structure sas administrator? : Sas-administrator
What are the difference between the sas data step and sas procs?
what does the run statement do? : Sas programming
how will you location sas platform applications available from web browser? : Sas-bi
How are numeric and character missing values represented internally?
How to sort in descending order?
which features do you use to check the data validations and errors? : Sas-administrator
How do you control the number of observations and/or variables read or written?
What is the work of tranwrd function?
What is a macro routine?
what is snowflake schema? : Sas-di