Hi all,
I have a large messy code but i want it in an ordered manner.Is there any short cut to get that.'
ex:
data x;
set y;
do i=1 to 10;
j=i;
end;
run;
i want the above code in the below manner
data x;
set y;
do i=1 to 10;
j=i;
end;
run;
thanks & regards
Karthik
Ctrl-I will format code for you...at least in a code node in EG. (or Edit>Format Code)
Set up SAS University Edition , and at the top bar , there is a format code button. Click it . everything is OK.
in SAS 9.2 is there any option to format the code
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 save with the early bird rate—just $795!
Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.
Find more tutorials on the SAS Users YouTube channel.
Ready to level-up your skills? Choose your own adventure.