How could you generate test data with no input data?
Answer Posted / jahnavi
eg: data two;
var1 = ranuni(0) * 10 ;
run;
This datastep would create random integers between 0 and 10;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are input dataset and output dataset options? : Sas programming
What sas features do you use to check errors and data validation?
State the difference between INFORMAT and FORMAT ?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
what is function of retain statment
what is snowflake schema? : Sas-di
What are the limitations for memory allocation for SAS variables
how to remove duplicates using proc sql?
What is the good sas programming practices for processing large data sets?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
Explain data_null_?
How can you create a macro variable with in data step? : sas-macro
What are the automatic variables for macro? : sas-macro