The Lion King is hosting an animal conference. All the
animals in the world attend except one. Which animal does
not attend?
Answer Posted / jyothi b
tiger being the user
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do you know the features of sas?
Describe a time when you were really stuck on a problem and how you solved it?
For clinical entire study how many tables will create approx?
Differentiate input and infile.
how would you determine the number of missing or nonmissing values in computations? : Sas programming
Mention what is SAS data set?
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.
What is the basic syntax of a sas program?
How can you create a macro variable with in data step? : sas-macro
What would you change about your job?
What is PROC in SAS?
how would you create multiple observations from a single observation? : Sas programming
Difference between nodup and nodupkey options?
explain the function of substr in sas? : Sas-administrator
what r the job openings SAS for fresher graduates !