BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Phil_NZ
Barite | Level 11

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.

 

 

 

 

 

 

Thank you for your help, have a fabulous and productive day! I am a novice today, but someday when I accumulate enough knowledge, I can help others in my capacity.
1 ACCEPTED SOLUTION

Accepted Solutions
FreelanceReinh
Jade | Level 19

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).

View solution in original post

2 REPLIES 2
FreelanceReinh
Jade | Level 19

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).

sas-innovate-white.png

Our biggest data and AI event of the year.

Don’t miss the livestream kicking off May 7. It’s free. It’s easy. And it’s the best seat in the house.

Join us virtually with our complimentary SAS Innovate Digital Pass. Watch live or on-demand in multiple languages, with translations available to help you get the most out of every session.

 

Register now!

How to Concatenate Values

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.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 2774 views
  • 2 likes
  • 3 in conversation