data comm; format analyse commentaires.; input analyse; cards; 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 99 ; run;
can I reduce the code: like 0-34,99
data comm;
do analyse=0 to 34,99;
output;
end;
run;
I don't understand this. Please be more specific?
instead of writing 0 1 2 3 4 5 6 7 ...34 I want to know if there is another short solution
data comm;
do analyse=0 to 34,99;
output;
end;
run;
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Learn how use the CAT functions in SAS to join values from multiple variables into a single value.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.