- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
because of some syntax mistake in %let statement i am getting this :
ERROR: Open code statement recursion detected.
after correcting and excuting, i am getting the same error.
even i am getting same error message if i executed any othermacro related code.
whenever i close that sas session and opens new, then only i am not getting any error.
y this is happening?
without closing the sas session, how can i overcome this problem?
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Editor's note: Adding to Cynthia's answer below, this is the link that discusses the line of code to submit instead of having to exit SAS: http://support.sas.com/kb/32234 -- The code is located under the full code tab.
Hi:
Search in this topic:
http://support.sas.com/documentation/cdl/en/mcrolref/59526/HTML/default/a001302436.htm
There's a code string you can submit over and over to try to get yourself out of the problem, but if it doesn't work, then your only choice is to close the SAS session.
cynthia
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Editor's note: Adding to Cynthia's answer below, this is the link that discusses the line of code to submit instead of having to exit SAS: http://support.sas.com/kb/32234 -- The code is located under the full code tab.
Hi:
Search in this topic:
http://support.sas.com/documentation/cdl/en/mcrolref/59526/HTML/default/a001302436.htm
There's a code string you can submit over and over to try to get yourself out of the problem, but if it doesn't work, then your only choice is to close the SAS session.
cynthia