cobol1.hlp (Topic list)
Subscripting (↑ Statements)
 Key                                       Up Contents Index Back
────────────────────────────────────────────────────────────────────────────
 
  Construct:    Subscripting
 
  Function:     Identifies which element of a table is meant.
 
  Syntax:
                              ┌───────────────────────────────┐
                              ▼                               │
     ─┬─condition-name─┬──(─┬─integer-1─────────────────────┬─)──
        └─data-name-1────┘    ├─data-name-3──┬──────────────┬─┤
                              │              └─ ± integer-2─┘ │
                              ├─index-name-1─┬──────────────┬─┤
                              │              └─ ± integer-3─┘ │
                              └─ALL───────────────────────────┘
                                    -♦-