BookmarkSubscribeRSS Feed
abcd123
Fluorite | Level 6

Hello,

Each time before I run SAS codes I would like to clear the work library using following codes:

proc datasets lib=work kill nolist memtype=data;

quit;


I don't want to type these codes each time, so I try to assign these codes to a keystroke or a toolbar shortcut. I googled and followed instructions (such as this one: VCU TS - Creating Keyboard and Toolbar Shortcuts in SAS) ;however it does not seem to work.


Did anyone know how to assign these codes to  a keystroke or a toolbar shortcut? Thanks.

2 REPLIES 2
abcd123
Fluorite | Level 6

Thank you very  much. It works now.

For those who are interested, the trick is to use gsubmit. In my case, I entered following to the keystroke.

gsubmit proc datasets lib=work kill nolist memtype=data;quit; "

hackathon24-white-horiz.png

The 2025 SAS Hackathon Kicks Off on June 11!

Watch the live Hackathon Kickoff to get all the essential information about the SAS Hackathon—including how to join, how to participate, and expert tips for success.

YouTube LinkedIn

What is Bayesian Analysis?

Learn the difference between classical and Bayesian statistical approaches and see a few PROC examples to perform Bayesian analysis in this video.

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
  • 1001 views
  • 0 likes
  • 2 in conversation