cobol1.hlp (Topic list)
ADD (↑ Statements)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Verb:         ADD
 
  Function:     Adds two or more numeric operands and stores
                the result.
 
  Syntax:       Which format?  Simple  GIVING   CORRESPONDING
 
     ──ADD──┬─CORRESPONDING─┬─identifier-1 TO identifier-2─┬─────────┬─
              └─CORR──────────┘                              └─ROUNDED─┘
 
     ─┬────────────────────────────────────────┬────────
       └─┬──┬─SIZE ERROR imperative-statement-1─┘
         └ON┘
 
     ─┬────────────────────────────────────────────┬────
       └─NOT─┬──┬─SIZE ERROR imperative-statement-2─┘
             └ON┘
 
     ─┬─────────┬──
       └─END-ADD─┘
                                    -♦-