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 |
What are the different versions of sas that you have used until now? : sas-grid-administration
what is syntax of proc merge ?
Intern stastical programmer written test
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
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
How would you include common or reuse code to be processed along with your statements?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
How do you debug and test your SAS programs?
What areas of SAS are you most interested in?
What are the 3 components in sas programming?
Describe 5 ways to do a “table lookup” in SAS?