Monday, April 28, 2014

SAS shortcut keys

1. keys
comment: Ctrl + /;              un comment Ctrl + shift + /
F8 run;     Ctrl + E: clear log;             replace: Ctrl + H

2. clear ods html output:
by adding this code at the end of your code:
ods html close;
ods preferences;

No comments:

Post a Comment