Search notes:

SAS programming - macro statement: %symdel

%symdel can be used to undefine/delete a macro variable.
%let    some_var = foo;
%put    some_var = &some_var; /* some_var = foo */
%symdel some_var;
%put    some_var = &some_var; /* WARNING: Apparent symbolic reference SOME_VAR not resolved. */
%symdel some_var;             /* WARNING: Attempt to delete macro variable SOME_VAR failed. Variable not found. */
%symdel some_var /nowarn;
Github repository about-SAS, path: /macro-processor/statements/symdel/delete-macro-variable.sas

See also

macro statements

Index

Fatal error: Uncaught PDOException: SQLSTATE[HY000]: General error: 8 attempt to write a readonly database in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php:78 Stack trace: #0 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(78): PDOStatement->execute(Array) #1 /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php(30): insert_webrequest_('/notes/Companie...', 1759408321, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Companies-Products/SAS/programming/macros/statements/symdel(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78