What are the analysis datasets created, and what are the new variables created in CLINICAL SAS



What are the analysis datasets created, and what are the new variables created in CLINICAL SAS..

Answer / swaroopmunna

VISIT, VITAL & EVENTS analysis datasets created.

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More SAS Interview Questions

What are the different versions of sas that you have used until now? : sas-grid-administration

1 Answers  


what is syntax of proc merge ?

7 Answers   TCS,


Intern stastical programmer written test

1 Answers  


if reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record

4 Answers   HSBC,


data voter; input Age Party : $1. (Ques1-Ques4)($1. + 1); datalines; 23 D 1 1 2 2 45 R 5 5 4 1 67 D 2 4 3 3 39 R 4 4 4 4 19 D 2 1 2 1 75 D 3 3 2 3 57 R 4 3 4 4 ; Idont understand what the (Ques1-Ques4)($1. + 1) means. I have seen (Ques1-Ques4)(4*$1.), but what is (Ques1-Ques4)($1. + 1)? Appreciate all help Thanks

3 Answers  


How would you include common or reuse code to be processed along with your statements?

3 Answers   Accenture,


If you were told to create many records from one record, show how you would do this using array and with proc transpose?

1 Answers  


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

1 Answers  


How do you debug and test your SAS programs?

1 Answers   Quintiles,


What areas of SAS are you most interested in?

1 Answers   Quintiles,


What are the 3 components in sas programming?

1 Answers  


Describe 5 ways to do a “table lookup” in SAS?

1 Answers  


Categories