what are the advantages of using SAS in clinical data
mangement? why should not we use other software products in
managing clinical data?
Answer Posted / nanda kishore
Other software products such as Oracle, SQl take the data in
bulk and if their is no error in it they take very less time
to execute it. But if their is an error in it then it
doesn't show us the location for it and if we have 'n'
no.of records we have to check each and every one of them
but where as SAS takes each observation at a time and also
points out the location. It takes time but is accurate.
Accuracy is needed in clinical's but not the speed. And we
get accurate results.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How do dates work in sas?
List down the reasons for choosing sas over other data analytics tools.
how to change the execute of macro
How can I remove header from output data set?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
how can you put a "trace" in your program? : Sas programming
what is enterprise guide? What is the use of it? : Sas programming
What is the use of PROC gplot?
What are the default statistics for means procedure?
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
Explain substr function?
what has been your most common programming mistake? : Sas programming
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What does PROC print, and PROC contents do?
What do you know about symput and symget?