Does anybody has SAS Platform Administration certification
dumps. pls send to hariithepalli@gmail.com
No Answer is Posted For this Question
Be the First to Post Answer
Do you need to know if there are any missing values?
How substr function works in sas?
How to test the debugging in sas?
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 the criticality that you have faced during your project in SAS?
Write a SAS macro to calculate number of numbers in an email address
Did you used proc lifetest? when?
2 Answers Accenture, Parexel, Quintiles,
What is the difference between input and infile statement?
how to remove the duplicates by proc sql?
Are you involved in writing the inferential analysis plan? Tables specfications?
IS SAS COMPILER OR INTERPRETER? EXPLAIN?
3 Answers Aon Hewitt, HSBC, SCL, TCS,
What is factor analysis?