<?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 Error with ODS in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-with-ODS/m-p/7847#M2807</link>
    <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am getting the following error&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Attempt to delete automatic macro variable SYSODSPATH&lt;BR /&gt;
&lt;BR /&gt;
This error is with following step of my long macro:&lt;BR /&gt;
&lt;BR /&gt;
	data _null_;&lt;BR /&gt;
      	 set _temp_header_;&lt;BR /&gt;
         call execute('%symdel ' !! name);&lt;BR /&gt;
   	     run;&lt;BR /&gt;
Any input or expert advise on this issue?&lt;BR /&gt;
&lt;BR /&gt;
Jig.</description>
    <pubDate>Fri, 28 Mar 2008 18:10:05 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2008-03-28T18:10:05Z</dc:date>
    <item>
      <title>Error with ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-with-ODS/m-p/7847#M2807</link>
      <description>Hi all,&lt;BR /&gt;
&lt;BR /&gt;
I am getting the following error&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Attempt to delete automatic macro variable SYSODSPATH&lt;BR /&gt;
&lt;BR /&gt;
This error is with following step of my long macro:&lt;BR /&gt;
&lt;BR /&gt;
	data _null_;&lt;BR /&gt;
      	 set _temp_header_;&lt;BR /&gt;
         call execute('%symdel ' !! name);&lt;BR /&gt;
   	     run;&lt;BR /&gt;
Any input or expert advise on this issue?&lt;BR /&gt;
&lt;BR /&gt;
Jig.</description>
      <pubDate>Fri, 28 Mar 2008 18:10:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-with-ODS/m-p/7847#M2807</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2008-03-28T18:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error with ODS</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-with-ODS/m-p/7848#M2808</link>
      <description>Hi:&lt;BR /&gt;
  I'm pretty sure that you're running into this issue:&lt;BR /&gt;
&lt;A href="http://support.sas.com/kb/12/275.html" target="_blank"&gt;http://support.sas.com/kb/12/275.html&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
Basically, the note says that macro variables that start with SYS cannot be deleted and they recommend against using macro variable names that start with SYS.&lt;BR /&gt;
&lt;BR /&gt;
I believe you'll have to change the macro program with conditional logic so you do not attempt to SYMDEL these macro variables.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Fri, 28 Mar 2008 22:14:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/Error-with-ODS/m-p/7848#M2808</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2008-03-28T22:14:16Z</dc:date>
    </item>
  </channel>
</rss>

