Search notes:

SAS format: z

data _null_;

   val = 12345.789;
                        /* 1234567890  */
   put val z.         ; /* *           */
   put val z3.        ; /* 1E4         */
   put val z3.1       ; /* 1E4         */
   put val z6.1       ; /* 012346      */
   put val z6.3       ; /* 012346      */
   put val z7.1       ; /* 12345.8     */
   put val z7.2       ; /* 12345.8     */
   put val z10.2      ; /* 0012345.79  */
   put val z10.3      ; /* 012345.789  */
   put val z10.4      ; /* 12345.7890  */
    
run;
Github repository about-SAS, path: /programming/formats-informats/z.sas

See also

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