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
Answer Posted / nbohr02
You are read data for a 4 question poll
(Q1-Q4) is an arrary ($1. is the format of each element
+1) tells sas to increment the array index for each line.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do you control the number of observations and/or variables read or written?
Define run-group processing?
explain the key concept of sas? : Sas-administrator
I need level 2 to 5 sas using companies in india
how would you create multiple observations from a single observation? : Sas programming
What are the statements in proc sql?
how does sas handle missing values in sort order? : Sas programming
What is the differnce between SDTM 3.1.2 to 3.1.1 version
Name validation tools used in SAS
If a variable contains only numbers, can it be a character data type?
what is metadata? : Sas-bi
what is change analysis in sas di ? : Sas-di
How can I remove header from output data set?
what do the pad and dim functions do? : Sas programming
what is hash files in sas and why we are using this one in sas?