do you need to know if there are any missing values? : Sas programming
Hi All.I am looking for Good Institute who could Provide the online SAS BI+DI Training along with software.Primarily in Delhi/NCR or in Hyderabad Please help with name and contact number of concerned person!! Thanks in Advance! :)
What is SAS? What are the functions does it performs?
How would you identify a macro variable? : sas-macro
What is the Program Data Vector (PDV) and What are its functions?
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
what are methods to identify duplicate observations?
What are the main differences between sas versions 8.2, 9.0, 9.1?
What is the purpose of the trailing @? The @@? How would you use them?
what is the prob plot in clinical domain
what are the sites did u refer for enquiries and doubts for SAS
Diff between proc sql merge and join?
What is the use of divide function?