Search notes:

SAS format: X.Y

data _null_;

  num = 42.123;

  put num 8.5; /* 42.12300 */
  put num 7.5; /* 42.1230  */
  put num 6.5; /* 42.123   */
  put num 6.4; /* 42.123   */
  put num 6.3; /* 42.123   */
  put num 6.2; /*  42.12   */

run;
Github repository about-SAS, path: /programming/formats-informats/_.sas

See also

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