Search notes:

SAS programming - macro statement: %put

%put writes text and values of macro variables to the log.

Show variable name AND its value

The &= construct allows to print the name and the value of a macro variables:
%let   tq84_macro_var=foo bar baz;

* Show macro variable name AND its value: ;
%put &=tq84_macro_var;
Github repository about-SAS, path: /macro-processor/statements/put/ampersand-equal.sas

Show automatic variables

Automatic macro variables can be shown with
%put _automatic_;

See also

put
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...', 1759407470, '216.73.216.42', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Companies-Products/SAS/programming/macros/statements/put/index(55): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78