Welcome to myCobol.net Saturday, 28 May 2022, 03:21
- Web service
[Cobol/Context]
- A modular application that performs specific tasks and is accessible through open protocols like HTTP and SOAP.
- white space
[Cobol/Concept]
- Characters that introduce space into a document. They are ...
- 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 ...
- workstation
[Cobol/Context]
- A generic term for computers used by end users including personal computers, 3270 terminals, intelligent workstations, a ...
- wrapper
[Cobol/Syntax]
- An object that provides an interface between object-oriented code and procedure-oriented code. Using wrappers lets progr ...