Tell me more about the parameters in macro? : sas-macro
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
If you were told to create many records from one record show how you would do this using arrays and with PROC TRANSPOSE?
how to assign a macro value to a variable?
What is SAS Information Map Studio and its purpose ?
What is the basic syntax style in SAS?
Under what circumstances would you code a SELECT construct instead of IF statements?
What are the different versions of sas that you have used until now? : sas-grid-administration
Describe how you would pass data to macro.
How does the internal authentication work in sas? : sas-grid-administration
for report generation which one you used proc report or data_null_?
3 Answers Accenture, Quintiles,
Baseline definition in your study
3 Answers Accenture, Quintiles,
what is the difference between unique key and primary key? : Sas-di