- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 12-08-2014 10:15 AM
(1930 views)
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
4 REPLIES 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Ctrl-I will format code for you...at least in a code node in EG. (or Edit>Format Code)
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Set up SAS University Edition , and at the top bar , there is a format code button. Click it . everything is OK.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
in SAS 9.2 is there any option to format the code
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content