State the difference between INFORMAT and FORMAT ?
No Answer is Posted For this Question
Be the First to Post Answer
why is a stop statement needed for the point=option on a set statement? : Sas programming
Intern stastical programmer written test
WHAT DIFFERRENCE DID YOU FIND AMONG VERSION 6 8 AND 9 OF SAS.
Explain by-group processing?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
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 are sas bi dashboard components? : Sas-bi
How can sas program be validated?
what are different type of sas servers ? On which server does the sas code execute ?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
what is conditional processing?
how can get the first and last observations in a dataset using Proc SQl?