What do the SAS log messages "numeric values have been converted to character" mean?
No Answer is Posted For this Question
Be the First to Post Answer
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 some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
explain the main difference between the nodup and nodupkey options? : Sas-administrator
How do you add a number to a macro variable?
What are the 3 components in sas programming?
how does sas handle missing values in sort order? : Sas programming
What are the functions used for character handling?
Is it possible to do sorting tranformation in charecter variable??if can tell me one eg..
Explain substr function?
Can anyone help to find a statement to get all the predefined formats?
3 Answers Verinon Technology Solutions,
what is ae onset date n what is RDS
what is the difference between x=substr(name,1,2); and substr(name,1,2)='x';