- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 04-20-2010 12:18 PM
(1492 views)
Hi there, we can use "call symput" to put data or number under a special word.
but how can we clear all these memories. Since I have to put "call symput" in macros and do loops. I want to make sure all the "word"s I will used have been cleaned.
Thanks!
but how can we clear all these memories. Since I have to put "call symput" in macros and do loops. I want to make sure all the "word"s I will used have been cleaned.
Thanks!
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
I assume that "special word" refers to macro variable.
If that is correct, macro variables can be deleted via the %SYMDEL statement.
If that is correct, macro variables can be deleted via the %SYMDEL statement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Thanks, that is what I am looking for