<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: how to make a toolbar that can clear data stored in work library in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/how-to-make-a-toolbar-that-can-clear-data-stored-in-work-library/m-p/15221#M2642</link>
    <description>Thank you very much!</description>
    <pubDate>Mon, 11 Oct 2010 18:56:31 GMT</pubDate>
    <dc:creator>littlewenwen</dc:creator>
    <dc:date>2010-10-11T18:56:31Z</dc:date>
    <item>
      <title>how to make a toolbar that can clear data stored in work library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-make-a-toolbar-that-can-clear-data-stored-in-work-library/m-p/15219#M2640</link>
      <description>Each time when I try to run some sas program new, I want to clear up the work data library. Is it possible to make a tool bar that, once clicked, will delete all data in the work library?</description>
      <pubDate>Mon, 11 Oct 2010 18:03:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-make-a-toolbar-that-can-clear-data-stored-in-work-library/m-p/15219#M2640</guid>
      <dc:creator>littlewenwen</dc:creator>
      <dc:date>2010-10-11T18:03:47Z</dc:date>
    </item>
    <item>
      <title>Re: how to make a toolbar that can clear data stored in work library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-make-a-toolbar-that-can-clear-data-stored-in-work-library/m-p/15220#M2641</link>
      <description>Yes.  First create a program that contains the following:&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
proc datasets lib=work kill;&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]&lt;BR /&gt;
&lt;BR /&gt;
Next save the program.  Lets say C:\killwork.sas.&lt;BR /&gt;
&lt;BR /&gt;
Now right click on the toolbar, click customize, go to the customize tab, click the button for "Add tool", and type the following in the command box:&lt;BR /&gt;
&lt;BR /&gt;
sub '%include "C:\killwork.sas";'&lt;BR /&gt;
&lt;BR /&gt;
After you pick an icon, you should have a tool that clears the work library.</description>
      <pubDate>Mon, 11 Oct 2010 18:35:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-make-a-toolbar-that-can-clear-data-stored-in-work-library/m-p/15220#M2641</guid>
      <dc:creator>polingjw</dc:creator>
      <dc:date>2010-10-11T18:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: how to make a toolbar that can clear data stored in work library</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/how-to-make-a-toolbar-that-can-clear-data-stored-in-work-library/m-p/15221#M2642</link>
      <description>Thank you very much!</description>
      <pubDate>Mon, 11 Oct 2010 18:56:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/how-to-make-a-toolbar-that-can-clear-data-stored-in-work-library/m-p/15221#M2642</guid>
      <dc:creator>littlewenwen</dc:creator>
      <dc:date>2010-10-11T18:56:31Z</dc:date>
    </item>
  </channel>
</rss>

