Welcome to myCobol.ovh Monday, 29 September 2025, 08:10
- thread
[Cobol/Concept]
- A stream of computer instructions (initiated by an application within a process) that is in control of a process.
- token
[Cobol/Concept]
- In the COBOL editor, a unit of meaning in a program. A token can contain data, a language keyword, an identifier, or oth ...
- top-down design
[Cobol/Concept]
- The design of a computer program using a hierarchic structure in which related functions are performed at each level of ...
- top-down development
[Cobol/Concept]
- See structured programming.