cobol1.hlp (Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Intrinsic Functions (↑ Statements)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Construct:    Intrinsic Functions
 
  Function:     Produces a value depending on the function and arguments
 
  Syntax:
                                  ┌─────────┐
                                  ▼         │
     ──FUNCTION─function-name─(──argument──)──
 
  Available functions:
 
    ┌───────────────────────────────────────────────────────┐
    │ ACOS             LENGTH      ORD-MIN            │
    │ ANNUITY          LOG         PRESENT-VALUE      │
    │ ASIN             LOG10       RANDOM             │
    │ ATAN             LOWER-CASE  RANGE              │
    │ CHAR             MAX         REM                │
    │ COS              MEAN        REVERSE            │
    │ CURRENT-DATE     MEDIAN      SIN                │
    │ DATE-OF-INTEGER  MIDRANGE    SQRT               │
    │ DAY-OF-INTEGER   MIN         STANDARD-DEVIATION │
    │ FACTORIAL        MOD         SUM                │
    │ INTEGER          NUMVAL      TAN                │
    │ INTEGER-OF-DATE  NUMVAL-C    UPPER-CASE         │
    │ INTEGER-OF-DAY   ORD         VARIANCE           │
    │ INTEGER-PART     ORD-MAX     WHEN-COMPILED      │
    └───────────────────────────────────────────────────────┘
                                    -♦-