Which is the best place to learn SAS clinicals and Oracle
clinical in hyderabad?
Answers were Sorted based on User's Feedback
Answer / sm
guys who are working,its ok to learn new software.
But for people who are freshers ,its some what difficult to
get in.I know that if u work hard u can.But this is not IT to
go round hundreds of companies.The cdm ans clinical sas prog
is used in less companies, mainly CRO's.Understand the market
and get in.Please dont be over confident.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / reddy
Clinitrial is the new Organization in Hyderabad to teach
SAS clinicals and Oracle clinical. For details send a mail
to info@clinitrial.com
| Is This Answer Correct ? | 1 Yes | 5 No |
What Proc glm does?
what is transformation in sas data integration? : Sas-di
how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?
How would you generate 1000 observations from a normal distribution with a mean of 50 and standard deviation of 20. How would you use PROC CHART to look at the distribution? Describe the shape of the distribution.
/*i have the following dataset.*/ data score; input marks ; datalines; 10 20 30 40 50 60 70 80 90 100 ; run; Now i should get the result as sum of 1 to 5 i.e(10+20+30+40+50)=150 and 2 to 6 i.e(20+30+40+50+60)=200 and 3 to 7 i.e(30+40+50+60+70)=250 and so on. how to get it. thanks in advance
Describe a time when you were really stuck on a problem and how you solved it?
how to shift the rows to cols? eg: i have like field1 field2 field3 10 20 20 this should be displayed as field1 10 field2 20 field3 30 (without the obs col) how do this?can i use transpose or tell me suitable way to do this?
Give an example where SAS fails to convert character value to numeric value automatically?
Briefly explain input and put function?
Explain data step in SAS
Difference between nodup and nodupkey options?
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?