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 |
I need to find the numeric field which contains blank in between..Ex:123 456...there is blank in between the 123 456..I need to know if there is any SAS function to find a field.. Please suggest...
How would you create multiple observations from a single observation?
What are symget and symput? : sas-macro
How do you debug and test your SAS programs? What can you learn from the SAS log when debugging? How do you test for missing values? How would you create multiple observations from a single observation? What are some good SAS programming practices for processing very large data sets? Briefly describe 5 ways to do a "table lookup" in SAS. Why is SAS considered self-documenting? Are you sensitive to code walk-throughs, peer review, or QC review? What other SAS features do you use for error trapping and data validation? How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
what are the validation tools in sas?
How do you delete duplicate observations in sas?
How would you delete observations with duplicate keys?
Which are SAS Windows Clients & SAS Java Clients
Can you calculate the mean, median and mode of the following data set using data step logic? Don't use any function or procedure. data a; input age @@; datalines; 22 32 32 32 43 23 24 56 45 54 28 29 27 26 25 28 30 20 18 37 36 47 46 56 19 20 ; run; I have calculated the mean which i have posted in the answer section.
Tell e how how dealt with..
For what purpose(s) would use the RETURN statement?
How would you identify a macro variable?