Search notes:

SAS format: worddate

data _null_;

   val = 18888.88;
                       /* 123456789 12345678 */
   put val worddate.  ; /* September 18, 2011 */
   put val worddate18.; /* September 18, 2011 */
   put val worddate17.; /*      Sep 18, 2011  */
   put val worddate12.; /* Sep 18, 2011       */
   put val worddate11.; /*   September        */
   put val worddate9. ; /* September          */
   put val worddate8. ; /*      Sep           */
   put val worddate3. ; /* Sep                */

/* put val worddate2. ;  Width specified for format WORDDATE is invalid */
    
run;
Github repository about-SAS, path: /programming/formats-informats/worddate.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...', 1759338311, '216.73.216.88', 'Mozilla/5.0 App...', NULL) #2 /home/httpd/vhosts/renenyffenegger.ch/httpsdocs/notes/Companies-Products/SAS/programming/formats-informats/worddate(53): insert_webrequest() #3 {main} thrown in /home/httpd/vhosts/renenyffenegger.ch/php/web-request-database.php on line 78