How could you generate test data with no input data?
Answers were Sorted based on User's Feedback
Answer / bitla
using random functions like RANUNI() RANBIN() etc
with DO loops
ex:
data one;
do i=1 to 1000;
x=ranuni(32223);
end;
run;
| Is This Answer Correct ? | 11 Yes | 1 No |
Answer / k ramesh
data testdata_anlyse;
do i=1 to 100;
x=rannor(i);
output;
end;
run;
| Is This Answer Correct ? | 3 Yes | 1 No |
Code a PROC MEANS that shows both summed and averaged output of the data.
how to write code for left outer join in SAs using datastep?
What is Tabulate.?Why we use it.? Which type of output we get from Tabulate.?
Write a SAS macro to calculate number of numbers in an email address
How do you debug and test your SAS programs?
List out some key concept of SAS
Hi... this is chandu, did MSc Microbiology, trying to get job in SAS tool, PLZ Tell me whether IT industries will give consider my education to gain a job....?
How do you put an elephant in the refrigerator?
Mention some common errors that are usually committed in sas programming.
how will you location sas platform applications available from web browser? : Sas-bi
What is the work of tranwrd function?
What is the one statement to set the criteria of data that can be coded in any step?