Search notes:

SAS programming: variable lists

Numbered range list: foo1-foo5 is a short hand for foo1,foo2,foo3,foo4,foo5.
Name prefix lists: sum(of foo:) calculates the summ of all variables that start with foo.
Name range lists: baz--bar refers to all variables that were declared (or defined) between the declaration of baz and bar, inclusiely bar.
baz-numeric-bar refers to the numeric variables in that range.
baz-character-bar refers to the character variables in that range.
_numeric_, _character_ and _all_ to refer to variables of a specific type or to all 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/variables/list/index(46): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78