how does sas handle missing values in an update? : Sas programming
what is p-value
3 Answers Accenture, Quintiles, Sristek,
How do you control the number of observations and/or variables read or written?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
Can you excute a macro within a macro? Describe.
how do you derive descriptive statistics?
1 Answers Accenture, Quintiles,
what are the advantages of using SAS in clinical data mangement? why should not we use other software products in managing clinical data?
how the sas basic syntax style described? : Sas-administrator
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
Which command is used to save logs in the external file?
What is a method to debug and test your SAS program?
How do i read multiple spaces in datasets?
How would you delete duplicate observations?