Advertisement
Guest User

Define SAS Base keys

a guest
Apr 3rd, 2017
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SAS 0.24 KB | None | 0 0
  1. /* Run to define following shortcuts in currect SAS Base session:
  2.  *
  3.  * F11 - clean log, output, odsresults
  4.  * F12 - open last used dataset
  5.  */  
  6. dm "keydef F11 'log;clear;output;clear;odsresults;clear;wpgm;'";
  7. dm 'keydef F12 ''vt &syslast'' ';
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement