How could you generate test data with no input data?

Answer Posted / bala

By using 'cards' and 'Datalines' statements

Is This Answer Correct ?    2 Yes 12 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you limit the variables written to output dataset in data step?

755


What do you understand by the term Normal Distribution?

570


What are symget and symput? : sas-macro

733


what is null hypothesis? why do you consider that?

2418


What is the order of application for output data set options, input data set options and SAS statements?

1082






What are the data types does SAS contain?

655


In sas admin differentiate between roles and capabilities? : sas-grid-administration

556


What are the ways to do a “table lookup” in sas?

595


What is the function of Stop statement in a SAS Program?

645


What do the mod and int function do? : Sas programming

584


Briefly explain input and put function?

633


Explain the special input delimiters used in sas programming.

583


data data1; input dt account; format dt date9.; cards; 1745 1230 1756 1120 1788 1130 1767 1240 ; data data2; input startdt enddt total; format startdt date9. enddt date9.; cards; 1657 1834 12300 1557 1758 16800 1789 1789 12300 1788 1345 12383 1899 1899 13250 ; proc sql; create table data3 as select * from data1 as x left join data2 as y on x.dt>=y.startdt and x.dt<=y.enddt; quit; Here, we are getting cartision product. But,I want left join report consisting of this program. It should not get duplicate values. you can modify the program also.

1801


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

3064


What are the data types that sas contain?

655