Welcome to myCobol.ovh Monday, 29 September 2025, 06:17

complex ODO
Category Syntax
Subject Cobol
Certain forms of the OCCURS DEPENDING ON clause:
  • Variably located item or group: A data item described by an OCCURS clause with the DEPENDING ON option is followed by a nonsubordinate data item or group. The group can be an alphanumeric group or a national group.
  • Variably located table: A data item described by an OCCURS clause with the DEPENDING ON option is followed by a nonsubordinate data item described by an OCCURS clause.
  • Table with variable-length elements: A data item described by an OCCURS clause contains a subordinate data item described by an OCCURS clause with the DEPENDING ON option.
  • Index name for a table with variable-length elements.
  • Element of a table with variable-length elements.
Submitted by remy
Created on Sunday, 07 November 2021, 02:48

Back to Glossary