Description:
The COBOL language and software.
|
|
|
Object Oriented pre-compiler, request for feedback
|
| |
Hi Everyone
I am trying to use Cobol well outside of it's traditional domain. My interest is in controlling scientific instruments and processing data from them. Open Cobol is easy to use in tandem with C, the only thing is I would like to use the best strategy to create reusable code for others when I write Cobol libraries.... more »
|
|
project stickleback
|
| |
Cobol does enjoy a crowd of experts and the language is attracting attention of young people.
I guess because learning current languages has a steep curve.
However, the lack of good examples (read: source code) or working systems in Cobol will drive them away. It is remarkable that most efforts die in a enthusiastic approach trying to mimic OO design trends, looking for syntactic sugar and such. It is obvious that a background of WHY Cobol, HOW to use Cobol and WHEN to turn to Cobol is missing in educational settings.... more »
|
|
Inaccurate math results in Micro Focus Unix
|
| |
Hi
The following formula gives $5.88/hr in MF cobol V3.2 on Unix which is incorrect.
COMPUTE WS-DOL-HR ROUNDED = WS-DOL-ERN / WS-HRS-WRK
Initial values:
WS-HRS-WRK = .0833333
WS-DOL-ERN = .49
Working storage:
77 WS-HRS-WRK PIC 9(2)V9(6) COMP.
77 WS-DOL-HR PIC 9(2)V9(2) COMP.... more »
|
|
OT: College is a waste of time?
|
| |
Following on from discusdsion in some current threads here I came across this:
"There are now ways to measure learning, chief among them the Collegiate Learning Assessment. Known as the CLA, the essay-only test gives students a set of materials and asks them to synthesize evidence and write a persuasive... more »
|
|
?????????? WHY DID PROPHET MUHAMMAD MARRY AISHA THE YOUNG GIRL
|
| |
WHY DID PROPHET MUHAMMAD MARRY AISHA THE YOUNG GIRL?
This is an important book talks about a common issue misunderstood but
misused by lots of thinkers and orientalists. It is “Why did Prophet
Muhammad marry Aisha the young girl?” The author shows the reason
behind their discussion. They want to distort the picture of Prophet... more »
|
|
Useless Skills - an update
|
| |
Further to the thread on Useless skills...
[link]
Sloan is a man after my own heart... :-)
Pete.
-- "I used to write COBOL...now I can do anything."
|
|
Dialect reference manual?
|
| |
Hi Everyone
I am really-really enjoying Cobol.
A couple of things have slowed me down a bit.
One is the lack of Cobol code on the net.
Sometimes it's just nice to copy and paste snippets to start with but the harder part has been the number of dialects. Of the websites I have found Cobol code on and in the CDs contained in the books I have bought, there are many similar but different dialects.... more »
|
|
AS400 C++ calling COBOL - MCH0802
|
| |
Hi Gurus,
Here is the problem:
1. I have ILE COBOL program (*PGM) with let say 3 parameter
2. I am calling this program (dynamically) from other COBOL program let say with 5 parameters - call is going thru, everything is okay.
3. I need to do the same call from C++ - I am getting MCH0802 (number of... more »
|
|
|