Explain what is data step?
No Answer is Posted For this Question
Be the First to Post Answer
"What is the difference between proc sort nodup and proc sort nodupkey?"
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 is the difference between sas and other datawarehousing languages?what are the advantages of sas over them?
for what purpose would you use the retain statement? : Sas programming
what is validvarname and varnum? why we are using this options; explain with a syntax for this options?
Name statements that are recognized at compile time only?
In the SAS Data step what is the difference between the subsetting done by Where and subsetting done by If?
Mention some common errors that are usually committed in sas programming.
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How to find out no. of business days in a month using macros.???(excluding weekends and holidays).
What is the command used to find missing values?
What are symget and symput? : sas-macro