Search notes:

SAS format: date

data _null_;
   val = 21075.75;
                        /* 123456789 123456789 123456789 */
   put val date11.    ; /* 13-SEP-2017                   */
   put val date10.    ; /*  13SEP2017                    */
   put val date9.     ; /* 13SEP2017                     */
   put val date8.     ; /*  13SEP17                      */
   put val date7.     ; /* 13SEP17                       */
   put val date6.     ; /*  13SEP                        */
   put val date5.     ; /* 13SEP                         */
     
run;
Github repository about-SAS, path: /programming/formats-informats/date.sas

See also

informats and formats

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...', 1759337856, '216.73.216.88', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Companies-Products/SAS/programming/formats-informats/date(49): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78