which domain is better in sas?
clinical trails or banking

Answers were Sorted based on User's Feedback



which domain is better in sas? clinical trails or banking..

Answer / vandana mishra

i think sas is better in banking domain because sas helps to
maintain end to end information about number of customers
and can get fast information at ease.

Is This Answer Correct ?    14 Yes 4 No

which domain is better in sas? clinical trails or banking..

Answer / venkat

SAS is good in all domains preferbilly on Clinical as may
of the drug trails are going on now a days even in banking
sector also we are involving SAS in risk managment and
score card maintanince.

Is This Answer Correct ?    6 Yes 0 No

which domain is better in sas? clinical trails or banking..

Answer / 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

More SAS Interview Questions

CHOOSE ANY ONE OF THE PROCEDURE FOLLOWING TO GENERATE THE REPORTS? HOW CAN YOU SAY IT IS BETTER THAN THE OTHER? AND DEFERENCIATE THESE TWO ? 1). REPORT PROCEDURE 2). TABULATE PROCEDURE

4 Answers   CybAge,


how does sas handle missing values in formats? : Sas programming

0 Answers  


Mention what is PROC in SAS?

0 Answers  


how does sas handle missing values in a merge? : Sas programming

0 Answers  


For clinical entire study how many tables will create approx?

0 Answers   TCS,






What is the use of %include statement?

0 Answers  


what is fact table and factless table?

1 Answers  


What techniques and/or PROCs do you use for tables?

4 Answers   Oracle,


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.

0 Answers  


what are the differences between proc report and proc tabulate?

3 Answers  


Define run-group processing?

0 Answers  


what is sas enterprise intelligence architecture? : Sas-bi

0 Answers  


Categories