Search notes:

SAS ODS: excel

data xlsx;
     col_one   = 'foo';
     col_two   =  42;
     col_three = 'Hello world';
     output;
     col_one   = 'bar';
     col_two   =  99;
     col_three = 'Nice to meet you';
     output;
     col_one   = 'baz';
     col_two   =  -1;
     col_three = 'Good bye';
     output;
run;
     
ods excel
    file='/share/home/tq84/basic.xlsx'
    options (sheet_name = 'Name game');

proc print data = xlsx; run;

ods excel close;
Github repository about-SAS, path: /programming/ods/excel/basic.sas

See also

SAS: Output Delivery System (ODS)

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