tell me about use of arrays in sas
Answer / vimal raj
SAS Array's main functionality is
when a same action has to be performed repeatedly for n number of similar variables, it is ideal to use array which will simplify the sas program and gives the efficient performance in running and also the look n feel is better
data readin;
set outdata;
array Q(20) Q1-Q20;
do i= 1 to 20;
if Q(i) = 6 then Q(i)= .;
end;
run;
| Is This Answer Correct ? | 4 Yes | 2 No |
Enlist the functions performed by sas.
Define run-group processing?
what r the job openings SAS for fresher graduates !
If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable?
How to include or exclude specific variables in a data set?
What is interleaving in SAS?
What is the difference between Regression and Logistic Regression? Can u explain the Assumptions/Conditions?
What is the order of evaluation of the following operators + - * / ** () ???
What is the difference between SAS Data step and SAS PROC SQL, and which is better?
What is highest missing value for numeric?
What are the ways in which macro variables can be created in sas programming?
describe how to adjust the performance of data integrator? : Sas-di