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 / tsk
You are read data for a 4 question poll
(Q1-Q4) is an arrary ($1. is the format of each element
+1) tells that space b/n the each and every variable called
q1 ,q2 ,q3 ,q4.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
how does sas handle missing values in a merge? : Sas programming
What was the last computer book you purchased? Why?
What are the differences between sum function and using “+” operator?
for report generation which one you used proc report or data_null_?
What is interleaving in SAS?
What is the work of tranwrd function?
which date functions advances a date time or date/time value by a given interval? : Sas programming
What are SAS/ACCESS and SAS/CONNECT?
Can you execute a macro within a macro? Describe. : sas-macro
what is the use of proc contents and proc print in sas? : Sas-administrator
Differentiate between proc means and proc summary.
describe how to adjust the performance of data integrator? : Sas-di
To what type of programms have you used scratch macros?
Can you execute macro within another macro? : sas-macro
What would you change about your job?