
Department of Statistics
The SAS 6.12 default function keys are different from the SAS 6.09 default function keys. However, if a user has used SAS 6.09, they will continue to use the SAS 6.09 function keys in SAS 6.12. If you are teaching a class in SICL, students who have never used SAS and then invoke SAS 6.12 will have the new function keys. Other students who have used SAS 6.09 will have the SAS 6.09 keys. Many instructors have used the CNTL A function key to have student toggle between "command" mode and "pull-down" mode. Therefore, CNTL A will not work for all students. Example:
function key SAS 6.09 SAS 6.12 CNTL A command next CNTL B bottom prevwind CNTL Y print command
Solution:
Delete SAS 6.09 functions keys and use the new SAS 6.12 function keys
proc catalog cat=sasuser.profile;
delete dmkeys / et=keys;
quit;
Can copy and paste the above statements in the program editor, or