<?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: debug delete sas environment in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244168#M56017</link>
    <description>&lt;P&gt;You are still missing a blank before the clear; statement in the separator when you build your myfiles macro variable.&lt;/P&gt;</description>
    <pubDate>Mon, 18 Jan 2016 07:41:05 GMT</pubDate>
    <dc:creator>Kurt_Bremser</dc:creator>
    <dc:date>2016-01-18T07:41:05Z</dc:date>
    <item>
      <title>debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244155#M56011</link>
      <description>&lt;P&gt;here is my macro to delete dataset from worklib &amp;amp; clear all filename libname statments. but i am having issues in the filename code &amp;amp; how can i add delete macro global variable code to my clean up macro???&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;%macro cleanup;&lt;BR /&gt;proc datasets&lt;BR /&gt; library = work&lt;BR /&gt; kill;&lt;BR /&gt;quit;&lt;/P&gt;
&lt;P&gt;proc sql noprint;&lt;BR /&gt; select unique libname into :mylibs separated by ' clear; libname '&lt;BR /&gt; from dictionary.libnames&lt;BR /&gt; where libname not in ('MAPS','SASHELP','SASUSER','WORK');&lt;BR /&gt;quit;&lt;BR /&gt;libname &amp;amp;mylibs clear;&lt;/P&gt;
&lt;P&gt;proc sql noprint;&lt;BR /&gt;select unique fileref into :myfiles separated by 'clear; filename '&lt;BR /&gt; from dictionary.extfiles&lt;BR /&gt; where substr(fileref,1);&lt;BR /&gt;quit;&lt;BR /&gt;filename &amp;amp;myfiles; &lt;BR /&gt;%cleanup;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 06:38:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244155#M56011</guid>
      <dc:creator>RTelang</dc:creator>
      <dc:date>2016-01-18T06:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244160#M56012</link>
      <description>&lt;P&gt;Well, what are the issues?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 07:03:52 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244160#M56012</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-01-18T07:03:52Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244162#M56013</link>
      <description>&lt;BR /&gt; WARNING: Apparent symbolic reference MYLIBS not resolved.&lt;BR /&gt; WARNING: Apparent symbolic reference MYLIBS not resolved.&lt;BR /&gt; ERROR: &amp;amp; is not a valid SAS name.&lt;BR /&gt; ERROR: Error in the LIBNAME statement.&lt;BR /&gt; NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;       real time           0.00 seconds&lt;BR /&gt;       cpu time            0.01 seconds&lt;BR /&gt;       &lt;BR /&gt; &lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: At least one file associated with fileref _RTFOUT is still in use.&lt;BR /&gt; ERROR: Error in the FILENAME statement.</description>
      <pubDate>Mon, 18 Jan 2016 07:07:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244162#M56013</guid>
      <dc:creator>RTelang</dc:creator>
      <dc:date>2016-01-18T07:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244164#M56014</link>
      <description>delete all work datasets &amp;amp; clear all libname and filename statements</description>
      <pubDate>Mon, 18 Jan 2016 07:10:34 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244164#M56014</guid>
      <dc:creator>RTelang</dc:creator>
      <dc:date>2016-01-18T07:10:34Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244165#M56015</link>
      <description>&lt;P&gt;Run your code snippets outside of the macro one by one.&lt;/P&gt;
&lt;P&gt;Add a&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put "&amp;amp;mylibs";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;and&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;%put "&amp;amp;myfiles";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;after the relevant steps that should have created them. Note the quotes that prevent the semicolons in the strings to be interpreted and executed as SAS code.&lt;/P&gt;
&lt;P&gt;This will give you a clue what actually happens.&lt;/P&gt;
&lt;P&gt;It might be (in the first step) that no libraries apart from the four you specified are present, and therefore the macro variable will not be created. The same might be true for your filerefs. You are also missing a blank before the clear; when creating the myfiles macro variable.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 07:22:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244165#M56015</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-01-18T07:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244166#M56016</link>
      <description>still the error exist in the file name statement&lt;BR /&gt; &lt;BR /&gt;62         filename &amp;amp;myfiles;&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; NOTE: Line generated by the macro variable "MYFILES".&lt;BR /&gt; 62          #LN00001clear ; filename#LN00002clear ; filename#LN00003clear ; filename#LN00027clear ; filename#LN00046clear ;&lt;BR /&gt; 62       ! filename#LN00084clear ; filename#LN00085clear ; filename#LN00088clear ; filenameFILDES03clear ; filenameFILDES04clear ;&lt;BR /&gt;                                                                                    _____________________&lt;BR /&gt;                                                                                    180&lt;BR /&gt; 62       ! filenameFILDES05clear&lt;BR /&gt; ERROR 180-322: Statement is not valid or it is used out of proper order.</description>
      <pubDate>Mon, 18 Jan 2016 07:35:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244166#M56016</guid>
      <dc:creator>RTelang</dc:creator>
      <dc:date>2016-01-18T07:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244168#M56017</link>
      <description>&lt;P&gt;You are still missing a blank before the clear; statement in the separator when you build your myfiles macro variable.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 07:41:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244168#M56017</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-01-18T07:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244169#M56018</link>
      <description>i corrected the as u said but the error persists--&amp;gt;&lt;BR /&gt;&lt;BR /&gt;56         proc sql noprint;&lt;BR /&gt; 57         select unique fileref&lt;BR /&gt; 58         into : myfiles separated by  'clear ; filename'&lt;BR /&gt; 59         from dictionary.extfiles&lt;BR /&gt; 60         where substr(fileref,1,1)^= '#';&lt;BR /&gt; 61         quit;&lt;BR /&gt; NOTE: PROCEDURE SQL used (Total process time):&lt;BR /&gt;       real time           0.03 seconds&lt;BR /&gt;       cpu time            0.03 seconds&lt;BR /&gt;       &lt;BR /&gt; &lt;BR /&gt; 62         filename &amp;amp;myfiles;&lt;BR /&gt; ERROR: Invalid logical name.&lt;BR /&gt; ERROR: Error in the FILENAME statement.&lt;BR /&gt; NOTE: Line generated by the macro variable "MYFILES".&lt;BR /&gt; 62          FILDES03clear ; filenameFILDES04clear ; filenameFILDES05clear ; filenameFILDES07clear ; filenameFILDES08clear ;&lt;BR /&gt;                             _____________________&lt;BR /&gt;                             180&lt;BR /&gt; 62       ! filenameFILDES09clear ; filenameSTDERRclear ; filenameSTDINclear ; filenameSTDOUTclear ; filename_DATAOUTclear ;&lt;BR /&gt; 62       ! filename_GSFNAMEclear ;&lt;BR /&gt; ERROR 180-322: Statement is not valid or it is used out of proper order.&lt;BR /&gt;</description>
      <pubDate>Mon, 18 Jan 2016 07:47:50 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244169#M56018</guid>
      <dc:creator>RTelang</dc:creator>
      <dc:date>2016-01-18T07:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244174#M56019</link>
      <description>&lt;P&gt;LOOK HERE:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;58 into : myfiles separated by 'clear ; filename'&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is NO blank in the separator BEFORE the clear; and NO blank AFTER the filename. This causes your invalid statements like filenameFILDES04clear !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 08:31:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244174#M56019</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-01-18T08:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244177#M56020</link>
      <description>&lt;P&gt;Why not use :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname _all_ clear;
filename _all_ clear;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 18 Jan 2016 08:58:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244177#M56020</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2016-01-18T08:58:53Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244181#M56022</link>
      <description>&lt;P&gt;I totally agree&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp﻿&lt;/a&gt;. &amp;nbsp;There is no value in creating obfuscated code rather than use base sas code. &amp;nbsp;Proc datasets is present in Base SAS to alter files, and the libname statement to handle libnames. &amp;nbsp;Wrapping these in unecessary macro code merely makes them less robust, and harder to understand. &amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As mentioned before, there is a time and place for macros, but it is wise to use Base SAS as much as possible, for a number of reasons.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 09:54:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244181#M56022</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2016-01-18T09:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244183#M56023</link>
      <description>&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/45151"&gt;@RW9&lt;/a&gt; &lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/18408"&gt;@Ksharp&lt;/a&gt; but i need a macro so am using it</description>
      <pubDate>Mon, 18 Jan 2016 10:01:17 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244183#M56023</guid>
      <dc:creator>RTelang</dc:creator>
      <dc:date>2016-01-18T10:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244184#M56024</link>
      <description>&lt;P&gt;At least in the case of the libnames, &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname _all_ clear;&lt;/FONT&gt;&lt;/STRONG&gt; will do EXACTLY what your macro is supposed to do, so insisting on using a macro is an exercise in unnecessity.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:09:10 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244184#M56024</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-01-18T10:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244185#M56025</link>
      <description>k but i need macro so am doing it. i know simple libnme clear is k but i need macro for bigger amt of data</description>
      <pubDate>Mon, 18 Jan 2016 10:11:56 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244185#M56025</guid>
      <dc:creator>RTelang</dc:creator>
      <dc:date>2016-01-18T10:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244186#M56026</link>
      <description>&lt;P&gt;When &lt;STRONG&gt;&lt;FONT face="courier new,courier"&gt;libname _all_ clear;&lt;/FONT&gt;&lt;/STRONG&gt; deassigns &lt;STRONG&gt;all&lt;/STRONG&gt; libraries on it's own (with the exception of preassigned libraries, which cannot be deassigned at all), there is no "bigger amount of data"!&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:15:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244186#M56026</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-01-18T10:15:51Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244187#M56027</link>
      <description>k so u suggest i apply lib &amp;amp; file clear statements to my macro &amp;amp; it will work fine so i remove the proc sql step...</description>
      <pubDate>Mon, 18 Jan 2016 10:20:48 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244187#M56027</guid>
      <dc:creator>RTelang</dc:creator>
      <dc:date>2016-01-18T10:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244191#M56030</link>
      <description>&lt;P&gt;Yes, just put a libname _all_ clear; where you now have the SQL + filename &amp;amp;mylibs clear;&lt;/P&gt;
&lt;P&gt;And try if the same works for your filerefs.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:57:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244191#M56030</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2016-01-18T10:57:54Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244228#M56041</link>
      <description>&lt;P&gt;I agree ... strongly ... with those who say that _ALL_ is the answer and you can still use _ALL_ inside a macro. &amp;nbsp;But if you insist on complicating the program unnecessarily, here is a way to proceed:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;proc sql noprint;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;select distinct 'filename ' || fileref || ' clear;'&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;into : myfiles separated by ' '&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;from dictionary.extfiles&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;where substr(fileref,1,1)^= '#';&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;quit;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;amp;myfiles&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jan 2016 14:53:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/244228#M56041</guid>
      <dc:creator>Astounding</dc:creator>
      <dc:date>2016-01-18T14:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: debug delete sas environment</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/246044#M56214</link>
      <description>Why do you require a macro? If you want people to go out of their way to help you, consider taking the time to explain yourself.</description>
      <pubDate>Tue, 26 Jan 2016 03:27:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/debug-delete-sas-environment/m-p/246044#M56214</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2016-01-26T03:27:03Z</dc:date>
    </item>
  </channel>
</rss>

