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 is the difference between infile and input? : Sas-administrator
what is broad cast agent? : Sas-bi
What are the statements in proc sql?
how to do user inputs and command line arguments in sas?
What areas of SAS are you most interested in?
Differences between where and if statement?
Explain translate function?
How do you debug and test your SAS programs?
how can you create zero observation dataset? : Sas programming
Of all your work, where have you been the most successful?
what is business intelligence? : Sas-bi
How to test the debugging in sas?
explain about sas business intelligence? : Sas-bi
what is transformation in sas data integration? : Sas-di
how does sas handle missing values in sort order? : Sas programming