Cobol one-liners
- Thursday, 16 October 2025, 12:26
- Contributed by: remy
- Views: 26
myCobol.ovh: pushing Cobol into open Source
Welcome to myCobol.ovh Thursday, 13 November 2025, 19:28
Cobol has no global data, i.e. data items that are shared among several program units (subroutines). The only way to pass information is to use the call parameter list. Sometimes this is obfuscating the Cobol text, e.g., when many subroutines share a large set of parameters. In such cases one can use a common block. This is a way to specify that a set of data items should be shared among subroutines. But in general, the number of common blocks should be minimized.
The term CIL stands for concepts that we indicate in general as being a Computer Programming Language (i.e. assembler, basic, java, fortran, cobol and such). These concepts can come in scripted versions (machine interpreted), compiled into native instruction sets, be it emulated or micro coded and they come in hybrid forms using a symbolic intermediate language. And even virtual versions will appear, using a imaginary machine with a custom instruction set, be it a general purpose virtual machine or a completely customized virtual model.
This system was designed to maintain the student and attendance records of a state-funded vocational education program for the office of a county superintendent of schools in California, US.
This system was designed to maintain a catalog of audio-visual media (16mm movies, video cassettes, filmstrips, and a variety of other educational media) for the office of a county superintendent of schools in California, US.
When „computers” came available for commercial data processing, they hardly contained storage (memory) and had little cpu at their disposal. Input came from media like punched tape, punched cards, telex, and such. Outputs were stored on these media too or became printed, line by line.This site uses Cookies to fulfill your user experience. No personal information is stored within these Cookies.
You may or may not register as a regular user at myCobol.ovh. And if you do, we kindly ask you to supply real information and upload a recent photograph if you have one.
The myCobol.ovh content is intended for professional use. All contributions are moderated and spam checked.
Thank you.
| Latest 5 Forum Posts |
|---|
|
About your Admin By: Admin On: Monday, 08 July 2013, 17:24 Views 21869 Replies 0 |