how do you debug and test your sas programs? : Sas programming
What sas features do you use to check errors and data validation?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
for whom is sas data integration studio designed? : Sas-di
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
how many display types available in sas bi dashboard? : Sas-bi
what is SAS ACCESS AND SAS CONNECT ? Give an example and data statements used.
Approximately what date is represented by SAS date value of 730
how to debug and test the sas program? : Sas-administrator
What are the prime responsibilities of data integration administrator? : Sas-di
The Lion King is hosting an animal conference. All the animals in the world attend except one. Which animal does not attend?
Mention the validation tools used in SAS?
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