Search notes:

SAS: data step boundaries

run and quit are explicit data step boundaries.
proc and data are implicit step boundaries.
Further boundaries are endsas, a ; after datalines, the four ;;;; a datalines4 and the last line in a batch or nontinteractive session.
data tq84_ds;
  x = 'eggs';
  y = 'why';

proc /* Implicit step boundary: dataset tq84_ds
        will be created */
     print data=tq84_ds;
run; /* Explicit step boundary: tq84_ds will
        be printed; */
Github repository about-SAS, path: /programming/data-step/boundary/implicit-explicit.sas

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...', 1743568339, '3.142.201.190', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Companies-Products/SAS/programming/data-step/boundaries(50): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78