Search notes:

SAS automatic macro variable: sysjobid

&sysjobid contains the process identifier (PID) of the Unix process associated with a sas session.
This id can be used to kill a hanging session. First, the id must be found with %put &sysjobid;. Then, the id can be used in a shell. Assuming, the value of &sysjobid is 41805:
$ kill -9 41805

See also

automatic macro variables

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