Search notes:

Beautify SAS log files

Some options to make the log file less cluttered:
options
   nosource        /* only write erroneous source lines to the log            */
   nomprint        /* Don't print generated statements during macro execution */
   nonumber        /* Don't output number lines                               */
   nonotes         /* Suppress system notes                                   */
   noprintmsglist  /* Only write top-level messages to log                    */
   nodate          /* suppress the display of the date and time               */
/* papersize      */
/* pagesize       */
/* linesize       */
;
Github repository about-SAS, path: /programming/options/beautify-log-file.sas

See also

date, notes, number, mprint, printmsglist, source
linesize

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