soakley
0
Q:

do loop sas

data A;
do i = 1 to 5 by 0.5;
   y = i**2; /* values are 1, 2.25, 4, ..., 16, 20.25, 25 */
   output;
end;
run;
0

New to Communities?

Join the community