Welcome to myCobol.ovh Monday, 29 September 2025, 06:13
- windowed date field
[Cobol/Syntax]
- A date field containing a windowed (two-digit) year. See also date field and windowed year.
- windowed year
[Cobol/Syntax]
- A date field that consists only of a two-digit year. This two-digit year can be interpreted using a century window. For ...
- word
[Cobol/Syntax]
- A character string of not more than 30 characters that forms a user-defined word, a system-name, a reserved word, or a f ...
- WORKING-STORAGE SECTION
[Cobol/Syntax]
- The section of the DATA DIVISION that describes working-storage data items, composed either of noncontiguous items or wo ...
- wrapper
[Cobol/Syntax]
- An object that provides an interface between object-oriented code and procedure-oriented code. Using wrappers lets progr ...