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
Describe the function and untility of the most difficult SAS macro that you have written.
How would you identify a macro variable? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specifications?
Explain how you can debug and test your SAS program?
how can you put a "trace" in your program? : Sas programming
Do we follow ADAM in analysis dataset development?How? Usually which version? Why is it necessary?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What is the difference between input and infile statement?
Mention what are the data types does SAS contain?
How to include or exclude specific variables in a data set?
What do the SAS log messages "numeric values have been converted to character" mean?
Explain append procedure?
how to generate the test data in sas without input data? : Sas-administrator
what has been your most common programming mistake? : Sas programming
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?