How could you generate test data with no input data?

Answers were Sorted based on User's Feedback



How could you generate test data with no input data?..

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

How could you generate test data with no input data?..

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

How could you generate test data with no input data?..

Answer / x

data step with(empty data)/withuot set statement.

Is This Answer Correct ?    2 Yes 2 No

How could you generate test data with no input data?..

Answer / ganesh k

using PROC PLAN

Is This Answer Correct ?    1 Yes 1 No

How could you generate test data with no input data?..

Answer / chandra sekar

data test;
delete;
run;

Is This Answer Correct ?    3 Yes 12 No

How could you generate test data with no input data?..

Answer / bala

By using 'cards' and 'Datalines' statements

Is This Answer Correct ?    2 Yes 12 No

Post New Answer

More SAS Interview Questions

What’s the difference between var b1 – b3 and var b1 — b3?

0 Answers  


how can you improve the performance of a query, If it is excuting very slowly?

2 Answers   Zensar,


Explain the use of proc print and proc contents?

0 Answers  


what is function of retain statment

0 Answers   PPD,


Of all your work, where have you been the most successful?

0 Answers   Oracle, Six Sigma,






explain what is data set in sas? : Sas-administrator

0 Answers  


Name statements that function at both compile and execution time.

7 Answers   Accenture,


Describe the ways in which you can create a macro variable?

0 Answers  


What are the functions used for character handling?

0 Answers  


what is Global Symbol table and Local symbol table?

4 Answers   CitiGroup,


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

0 Answers  


Describe a time when you were really stuck on a problem and how you solved it?

1 Answers  


Categories