given the poor description of what you want to achieve, I tried to elicit what the result could be at its best:
data test;
xmax=100;
xmin=1;
do n=1 to 50;
K = 1 + 1.44*log(n);
interval = (Xmax - Xmin) / K;
output;
end;
run;
________________________
- Cheers -
2025 SAS Hackathon: There is still time!
Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!