What is a pdv and what are its functions?
No Answer is Posted For this Question
Be the First to Post Answer
How do you add a number to a macro variable? : sas-macro
what is the difference between DUPKEY and NODUPKEY???
What has been your most common programming mistake?
What does PROC print, and PROC contents do?
Mention few capabilities of sas framework.
Can anyone help me about SAS Realtime scenarios in Clinical field
Under what circumstances would you code a SELECT construct instead of IF statements?
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
What are the efficacy variables in your study?
2 Answers Accenture, Quintiles,
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
Can we use where and having clauses in a single SAS program. ex: proc sql; select a,b,c from test where state in 'KA' and having <some condition>. Is the above program run correctly, if not why ?
what is information maps?