Things under legendu
**
Things under legendu
You can open multiple SAS Enterprise Guide instances. This allows you to work on another project if your SAS code takes a long time to run.
You can set the workplace layout to be “side by side” or “stacked”. This makes things convenient as you can see both your code and the execuation results at the same time.
“Selected Server: ...”
“Profile” at right bottom corner
CTRL +SHIFT + s WITH/WITHOUT SHIFT save/save as
select then tab or shift + tab >> <<
SAS Enterprise Guide does not auto load changed code if it is updated in another place/editor. You have to close the file and reopen it to get the updated version.
show line number Menu -> Program -> Editor Options... -> General Tab -> check “Show line numbers”
Shotcurts¶
Convert case Convert selected text to upper case: Ctrl + Shift + U Convert selected text to lower case: Ctrl + Shift + L
Quick commenting Wrap selection (or current line) in a comment: Ctrl + / Unwrap selection (or current line) from a comment: Ctrl + Shift + /
Hyperjump to a line Go to line: Ctrl + G (prompts for a line number) Be sure to turn on Show line numbers in Program->Editor Options, or you’ll be navigating blind!
Jump to the “end of scope” Move caret to matching parenthesis/brace: Ctrl + [, Ctrl + ] Move caret to matching DO/END keyword: Alt + [, Alt + ]
There are dozens of other shortcut keys and commands available in the program editor. In SAS Enterprise Guide, you can view them all by selecting Program->Enhanced Editor Keys. From this window you can customize the keypress behaviors to your liking, and you can also combine commands and assign them to new keys. If you’re a “keyboard person”, then you’ll want to visit this window and explore. Be sure to click “Include commands without key assignments” to see the full list of available commands.