I Here clinical SAS training by Ramesh Azmeera is good. Is it confirm ?
Answers were Sorted based on User's Feedback
Answer / keerthi
Nope....I don't think so. There are many faculties who teach SAS now a days. we can't guarantee how much they know about clinical SAS.
For reference on Clinical SAS please check the Certification Curriculum for Clinical SAS Programming.
Is This Answer Correct ? | 2 Yes | 1 No |
Answer / durga rao
I here that his good at training and provide placements also.
one of my friend trained at Ramesh now he is working with MNC.
Is This Answer Correct ? | 1 Yes | 0 No |
How do you delete duplicate observations in sas?
What is the size of PDV?
What is a pdv and what are its functions?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What would the following datastep do? Data _null_; Set Dist end=eof; Call Symput("xx"!!left(put(_n_,2.)),&dimension); If EOF then Call Symput('numrows',left(put(_n_,2.))); Run; dimension is a macro variable that is being passed here
What is the good sas programming practices for processing large data sets?
Describe a time when you were really stuck on a problem and how you solved it?
Do you prefer Proc Report or Proc Tabulate? Why?
Why is a STOP statement needed for the point=option on a SET statement?
What is the purpose of trailing @ and @@? How do you use them?
describe about physical data integration? : Sas-di
How we can call macros with in data step? : sas-macro