what are sas bi dashboard components? : Sas-bi
No Answer is Posted For this Question
Be the First to Post Answer
which domain is better in sas? clinical trails or banking
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What is the order of application for output data set options, input data set options and SAS statements?
Which is the Best SAS training Institute in Delhi NCR for SAS certification preparation
what is conditional processing?
how would you determine the number of missing or nonmissing values in computations? : Sas programming
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
How would you determine the number of missing or nonmissing values in computations?
describe about metadata object? : Sas-di
What other SAS features do you use for error trapping and data validation?
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.
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,