which domain is better in sas?
clinical trails or banking

Answer Posted / sangan

In Clinical, SAS is the only aproved software for
Statisyical analysis and reporting where as in banking it
is optional. However Banking industry being much larger
than clinical, we get to see lot of opportunitis in banking
too. In clinical we use mainly base sas,SQL and Macro where
as in banking they mostly used task specific tools like DI
studio,EG,eMiner,WebReport Studio etc.

More importantly SAS is the most widely used in Advanced
analytics which is mostly done in Banking, Insurance and
retails

Is This Answer Correct ?    6 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

539


How we can call macros with in data step? : sas-macro

608


Give some ways by which you can define the variables to produce the summary report (using proc report)?

593


What is a macro routine?

2099


Can you suggest us materials for sdtm mapping?

4030






what is the purpose of _error_? : Sas programming

604


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.

1792


What are the default statistics that proc means produce?

597


How can sas program be validated?

575


What is the difference between proportion and average?

2752


What is the difference between INPUT and INFILE ?

751


What is the difference between where and if statement?

613


What does proc print, and proc contents are used for?

608


For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration

532


what is data access? : Sas-di

599