<?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: Connecting Code to a EG Process in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Connecting-Code-to-a-EG-Process/m-p/438333#M109272</link>
    <description>&lt;P&gt;Not too sure I understand your question.&lt;/P&gt;
&lt;P&gt;This aside, it may be better to use this in your case:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets noprint mt=data;
  save TABLE1TOSAVE;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;rather than the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;kill&amp;nbsp;&lt;/FONT&gt;option, to avoid copying data back and forth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 19 Feb 2018 03:29:50 GMT</pubDate>
    <dc:creator>ChrisNZ</dc:creator>
    <dc:date>2018-02-19T03:29:50Z</dc:date>
    <item>
      <title>Connecting Code to a EG Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connecting-Code-to-a-EG-Process/m-p/438028#M109173</link>
      <description>&lt;P&gt;*Using SAS EG, process is full of EG queries. Not written code*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I currently have a long multi step process in SAS. However, after completing about half of the process, I receive the error that there is insufficient space in my work library. I have reached out to our tech team to increase my work library size, however have no been successful.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead of increasing size, I have come up with the idea to clear my workspace right before my process receives the error. I am trying to do this by exporting the query into a SAS library, cleaning out the work space, them re importing the export to pick up where I left off.&amp;nbsp; I have been successful in exporting out the data but have become stuck on how to tell sas to clear the workspace. I found the following code and have inputted it using file &amp;gt; new&amp;gt; process code. It does work to clear out my work library, however I am stuck trying to make it occur after the export.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;CODE class=" language-sas"&gt;proc datasets lib=work kill nolist memtype=data;
quit;&lt;/CODE&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/PRE&gt;&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;&lt;FONT face="Courier New" size="3"&gt;How would I link that code into my work flow?&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 16 Feb 2018 17:28:15 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connecting-Code-to-a-EG-Process/m-p/438028#M109173</guid>
      <dc:creator>Amber_Nicole94</dc:creator>
      <dc:date>2018-02-16T17:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Connecting Code to a EG Process</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Connecting-Code-to-a-EG-Process/m-p/438333#M109272</link>
      <description>&lt;P&gt;Not too sure I understand your question.&lt;/P&gt;
&lt;P&gt;This aside, it may be better to use this in your case:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;proc datasets noprint mt=data;
  save TABLE1TOSAVE;
run;
&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;rather than the&amp;nbsp;&lt;FONT face="courier new,courier"&gt;kill&amp;nbsp;&lt;/FONT&gt;option, to avoid copying data back and forth.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 19 Feb 2018 03:29:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Connecting-Code-to-a-EG-Process/m-p/438333#M109272</guid>
      <dc:creator>ChrisNZ</dc:creator>
      <dc:date>2018-02-19T03:29:50Z</dc:date>
    </item>
  </channel>
</rss>

