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 |
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
what is the use of proc sql? : Sas programming
I have a dataset concat having variable a b & c. How to rename a b to e & f?
AE datasets names? how many types?
What are the difference between ceil and floor functions in sas?
what is the SAS/ACCESS and SAS/CONNECT?
9 Answers Accenture, iFlex, TCS,
what is the main difference between rename and label? (don't say that they both perform the same function).
create macros---you have 365 number of data and you need to merge it throw the macros,,,,,, data file1; input a @@; cards; 1 2 3 4 ; run; data file2; input a @@; cards; 5 6 7 8 ; run; data file3; input a @@; cards; 9 10 11 12 ; run;data file4; input a @@; cards; 13 14 15 16 ; run;
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What are common programming errors committed in sas
Why is a STOP statement needed for the point=option on a SET statement?
what is sas data set?