Search notes:

SAS format: pvalue

data _null_;

  val = 4       ; put val pvalue6.3; /*  4.000 */
  val = 0.4     ; put val pvalue6.3; /*  0.400 */
  val = 0.04    ; put val pvalue6.3; /*  0.040 */
  val = 0.004   ; put val pvalue6.3; /*  0.004 */
  val = 0.0004  ; put val pvalue6.3; /*  <.001 */
  val = 0.00004 ; put val pvalue6.3; /*  <.001 */
  val = 44.00004; put val pvalue6.3; /* 44.000 */

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