Hi all,
Normally, I used Ctr+/ to let a block to be in comment part. For example:
My original code:
proc copy in=work out=myfolder;
select &outf._;
run;
quit;
After using Ctr+/, the code is
/* proc copy in=work out=myfolder;*/
/* select &outf._;*/
/* run;*/
/**/
/* quit;*/
I am wondering if there is any quick way to uncomment this block rather than delete the / and * manually?
Warm regards and thanks.
Hi @Phil_NZ,
In the Enhanced Editor Keys window (which you open in the menu of the Display Manager interface via Tools → Options → Enhanced Editor Keys and in SAS Enterprise Guide via Program → Enhanced Editor Keys...) under category "Selection Operations" you find the command "UnComment the selection with line comments" and the associated keyboard shortcut (maybe Ctrl+Shift+/ or something else; you can also assign your own shortcut if you want).
Hi @Phil_NZ,
In the Enhanced Editor Keys window (which you open in the menu of the Display Manager interface via Tools → Options → Enhanced Editor Keys and in SAS Enterprise Guide via Program → Enhanced Editor Keys...) under category "Selection Operations" you find the command "UnComment the selection with line comments" and the associated keyboard shortcut (maybe Ctrl+Shift+/ or something else; you can also assign your own shortcut if you want).
Registration is now open for SAS Innovate 2025 , our biggest and most exciting global event of the year! Join us in Orlando, FL, May 6-9.
Sign up by Dec. 31 to get the 2024 rate of just $495.
Register now!
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.