what is sas data set?
No Answer is Posted For this Question
Be the First to Post Answer
how to remove duplicates using proc sql?
Difference between nodup and nodupkey options?
Intern stastical programmer written test
i have a dataset with var1,var2,var3; i want to upload the titles for the variables . How can we?
What is the maximum and minimum length of macro variable
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
At compile time when a SAS data set is read, what items are created?
How do you delete duplicate observations in sas?
What is the difference between where and if statement?
What does the RUN statement do?
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 keep from overlaying the a SAS set with its sorted version?