Which is the best training institute for SAS in hyderabad.
Answer Posted / pavan
hi guys
dont believe kranthi he is a cheater blamer he knows nothing
abt clinicals and everything in sas he will show alot to us like a movie job is ready for u like that he simply download the pdfs from google and given to us like a realtime material.
he dontknw ADS and TLF's in clinicals.
DONT BELIVE THOSE CHEATER GUYS & GALS
| Is This Answer Correct ? | 22 Yes | 10 No |
Post New Answer View All Answers
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.
Compare sas with other data analytics tools.
where to use sas business intelligence? : Sas-bi
How many ways to overcome a missing values???
what techniques and/or procs do you use for tables? : Sas programming
What are the default statistics that proc means produce?
State the difference between INFORMAT and FORMAT ?
What is the use of divide function?
Given an unsorted data set, how to read the last observation to a new data set?
it will become easy if uuu provide website linkssss and list of consultanciessssss
Difference between sum function and using “+” operator?
How would you identify a macro variable?
What is program data vector (pdv) and what are its functions?
Intern stastical programmer written test
How to limit decimal places for variable using proc means?