HP Forums
IBM Launches New COBOL Training Initiative - Printable Version

+- HP Forums (https://www.hpmuseum.org/forum)
+-- Forum: Not HP Calculators (/forum-7.html)
+--- Forum: Not remotely HP Calculators (/forum-9.html)
+--- Thread: IBM Launches New COBOL Training Initiative (/thread-14850.html)

Pages: 1 2


IBM Launches New COBOL Training Initiative - rprosperi - 04-14-2020 06:03 PM

IBM Launches New COBOL Training Initiative

In High School in the early 70's, we had access to a PDP-8 via 110-baud dial-up link to a neighboring town's private/exclusive school system, on which we able to use FOCAL, BASIC, FORTRAN and COBOL. The instructor demonstrated to us that a working COBOL program could be caused to generate 3+ pages(!) of error messages during the compile phase by simply misplacing a single period.

When asked 'Why then would one want to learn COBOL?' he replied 'To be sure you can always get a programming job!' He emphasized, somewhat prophetically, that 'there will always be a demand for COBOL programmers, for at least 50 years.' I sure would like to be able to track him down today to show him this article.


RE: IBM Launches New COBOL Training Initiative - Gene - 04-14-2020 06:49 PM

Good... I can code when I move into retirement in 10-15 years (ha). Still remember enough COBOL, DB2, IMS DB/DC, CICS etc. Surely... that stuff is still out there. :-)


RE: IBM Launches New COBOL Training Initiative - Massimo Gnerucci - 04-14-2020 07:07 PM

(04-14-2020 06:49 PM)Gene Wrote:  Good... I can code when I move into retirement in 10-15 years (ha). Still remember enough COBOL, DB2, IMS DB/DC, CICS etc. Surely... that stuff is still out there. :-)

COBOL, CICS, DL/I, VSAM, VTAM...

Those were the days!

COBOL programmers understand why women hate periods.


RE: IBM Launches New COBOL Training Initiative - Massimo Gnerucci - 04-14-2020 07:30 PM

(04-14-2020 06:03 PM)rprosperi Wrote:  The instructor demonstrated to us that a working COBOL program could be caused to generate 3+ pages(!) of error messages during the compile phase by simply misplacing a single period.

Ever looked at some Tomcat runtime error output recently? ;)


RE: IBM Launches New COBOL Training Initiative - Bill (Smithville NJ) - 04-14-2020 07:40 PM

I'm all ready. I have DOSBox running on my PC.
Just loaded:

IBM Personal Computer COBOL Compiler
Version 1.00 (C)Copyright IBM Corp 1982
(C)Copyright Microsoft Corp. 1982


I also have VS COBOL for Xenix 386 running.

Even better, I have Microsoft Cobol and Nevada Cobol
for CPM-80.


Now if I could only remember how to program in COBOL.

Bill
Smithville, NJ


RE: IBM Launches New COBOL Training Initiative - rprosperi - 04-14-2020 09:41 PM

(04-14-2020 07:30 PM)Massimo Gnerucci Wrote:  
(04-14-2020 06:03 PM)rprosperi Wrote:  The instructor demonstrated to us that a working COBOL program could be caused to generate 3+ pages(!) of error messages during the compile phase by simply misplacing a single period.

Ever looked at some Tomcat runtime error output recently? Wink

How true, things have not changed all that much!! And I am particularly amused when a developer tells me that the long dump trace-back that unwinds all the way back to the top is a good thing.


RE: IBM Launches New COBOL Training Initiative - toml_12953 - 04-14-2020 10:24 PM

(04-14-2020 06:03 PM)rprosperi Wrote:  IBM Launches New COBOL Training Initiative

The instructor demonstrated to us that a working COBOL program could be caused to generate 3+ pages(!) of error messages during the compile phase by simply misplacing a single period.

We were more careful then. It used to take two days from the time we submitted a deck of punched cards (TSO? What's that?) to get a job turned around so we desk checked very carefully. A missed period was always a potential problem.


RE: IBM Launches New COBOL Training Initiative - twoweims - 04-14-2020 10:28 PM

I heard that the WP43S will have a COBOL compiler included.


RE: IBM Launches New COBOL Training Initiative - Massimo Gnerucci - 04-14-2020 10:30 PM

(04-14-2020 10:24 PM)toml_12953 Wrote:  
(04-14-2020 06:03 PM)rprosperi Wrote:  IBM Launches New COBOL Training Initiative

The instructor demonstrated to us that a working COBOL program could be caused to generate 3+ pages(!) of error messages during the compile phase by simply misplacing a single period.

We were more careful then. It used to take two days from the time we submitted a deck of punched cards (TSO? What's that?) to get a job turned around so we desk checked very carefully.
You had to be careful to not dumping the deck on the floor!

(04-14-2020 10:24 PM)toml_12953 Wrote:  A missed period was always a potential problem.

That has been a big problem and concern for oh so many couples! ;) :D


RE: IBM Launches New COBOL Training Initiative - toml_12953 - 04-14-2020 10:33 PM

(04-14-2020 06:03 PM)rprosperi Wrote:  IBM Launches New COBOL Training Initiative

In High School in the early 70's, we had access to a PDP-8 via 110-baud dial-up link to a neighboring town's private/exclusive school system, on which we able to use FOCAL, BASIC, FORTRAN and COBOL. The instructor demonstrated to us that a working COBOL program could be caused to generate 3+ pages(!) of error messages during the compile phase by simply misplacing a single period.

When asked 'Why then would one want to learn COBOL?' he replied 'To be sure you can always get a programming job!' He emphasized, somewhat prophetically, that 'there will always be a demand for COBOL programmers, for at least 50 years.' I sure would like to be able to track him down today to show him this article.

There's a great, free COBOL compiler available. It's full COBOL unlike many microcomputer COBOLs that leave out SORT/MERGE and ISAM.

https://sourceforge.net/projects/open-cobol/


RE: IBM Launches New COBOL Training Initiative - Massimo Gnerucci - 04-14-2020 10:33 PM

(04-14-2020 10:28 PM)twoweims Wrote:  I heard that the WP43S will have a COBOL compiler included.

And a complete course will be included in THE BOOK by Geoff.


RE: IBM Launches New COBOL Training Initiative - Massimo Gnerucci - 04-14-2020 10:39 PM

(04-14-2020 10:33 PM)toml_12953 Wrote:  
(04-14-2020 06:03 PM)rprosperi Wrote:  IBM Launches New COBOL Training Initiative

In High School in the early 70's, we had access to a PDP-8 via 110-baud dial-up link to a neighboring town's private/exclusive school system, on which we able to use FOCAL, BASIC, FORTRAN and COBOL. The instructor demonstrated to us that a working COBOL program could be caused to generate 3+ pages(!) of error messages during the compile phase by simply misplacing a single period.

When asked 'Why then would one want to learn COBOL?' he replied 'To be sure you can always get a programming job!' He emphasized, somewhat prophetically, that 'there will always be a demand for COBOL programmers, for at least 50 years.' I sure would like to be able to track him down today to show him this article.

There's a great, free COBOL compiler available. It's full COBOL unlike many microcomputer COBOLs that leave out SORT/MERGE and ISAM.

https://sourceforge.net/projects/open-cobol/

Now known as GnuCOBOL. Very good.

But I also set up a complete IBM OS/VS environment in a Hercules' virtual machine.


RE: IBM Launches New COBOL Training Initiative - Don Shepherd - 04-15-2020 01:45 AM

(04-14-2020 06:03 PM)rprosperi Wrote:  IBM Launches New COBOL Training Initiative

In High School in the early 70's, we had access to a PDP-8 via 110-baud dial-up link to a neighboring town's private/exclusive school system, on which we able to use FOCAL, BASIC, FORTRAN and COBOL. The instructor demonstrated to us that a working COBOL program could be caused to generate 3+ pages(!) of error messages during the compile phase by simply misplacing a single period.

When asked 'Why then would one want to learn COBOL?' he replied 'To be sure you can always get a programming job!' He emphasized, somewhat prophetically, that 'there will always be a demand for COBOL programmers, for at least 50 years.' I sure would like to be able to track him down today to show him this article.

Oh my gosh. Several days ago the head of the unemployment office in Louisville explained on TV why they were so unprepared for the onslaught of new claims, saying the automated response system could not be reprogrammed to accomodate the tremendous demand. It didn't occur to me that they would still be running a COBOL-based system. Didn't I tell you at HHC2017 that punch cards would make a comeback!

I wrote COBOL programs on DEC and VAX computers for NASA back in the 1980's. I didn't like COBOL as much as FORTRAN, but I never would have dreamed it would still be active 35 years later.


RE: IBM Launches New COBOL Training Initiative - rprosperi - 04-15-2020 02:22 AM

(04-14-2020 10:30 PM)Massimo Gnerucci Wrote:  
(04-14-2020 10:24 PM)toml_12953 Wrote:  We were more careful then. It used to take two days from the time we submitted a deck of punched cards (TSO? What's that?) to get a job turned around so we desk checked very carefully.
You had to be careful to not dumping the deck on the floor!
You only had to spill them once to learn to number them with pencil...

(04-14-2020 10:30 PM)Massimo Gnerucci Wrote:  
(04-14-2020 10:24 PM)toml_12953 Wrote:  A missed period was always a potential problem.

That has been a big problem and concern for oh so many couples! Wink Big Grin

hehehe... good line my friend...


RE: IBM Launches New COBOL Training Initiative - Massimo Gnerucci - 04-15-2020 06:34 AM

(04-15-2020 02:22 AM)rprosperi Wrote:  You only had to spill them once to learn to number them with pencil...

Sure! But being you the sorter wasn't all that fun either. :)


RE: IBM Launches New COBOL Training Initiative - BobVA - 04-15-2020 02:40 PM

(04-15-2020 06:34 AM)Massimo Gnerucci Wrote:  
(04-15-2020 02:22 AM)rprosperi Wrote:  You only had to spill them once to learn to number them with pencil...

Sure! But being you the sorter wasn't all that fun either. Smile

When I was in college students were relegated to IBM 026 keypunches that had been "upgraded" to EBCDIC. (I'm not sure what code set they used before that. Perhaps Aramaic or something.)

They were reliable as a stone axe, and about as feature rich. I was always jealous of the DP shop's 029's. Besides having exotic symbols like "+" and parentheses right on the keyboard, they were rumored to be able to automatically sequence punch a card deck. I had to settle for diagonal magic marker stripes on the top of the deck as my emergency re-sorting strategy.


RE: IBM Launches New COBOL Training Initiative - Don Shepherd - 04-15-2020 04:44 PM

(04-15-2020 02:40 PM)BobVA Wrote:  I'm not sure what code set they used before that. Perhaps Aramaic or something.

The "older" keypunches had codes for only the following special characters: period, comma, dollar sign, ampersand, minus, percent, slash, number sign, at sign, lozenge (not sure what that was used for), and asterisk. Later punches had things like parentheses, brackets, colon, semi-colon, equals, greater than, less than, etc.


RE: IBM Launches New COBOL Training Initiative - Hans S. - 04-16-2020 06:52 PM

(04-15-2020 04:44 PM)Don Shepherd Wrote:  lozenge
Don,

the lozenge (ISO-7000-0650) stands for subtotal.

All the best,

Hans


RE: IBM Launches New COBOL Training Initiative - Don Shepherd - 04-16-2020 07:57 PM

(04-16-2020 06:52 PM)Hans S. Wrote:  
(04-15-2020 04:44 PM)Don Shepherd Wrote:  lozenge
Don,

the lozenge (ISO-7000-0650) stands for subtotal.

All the best,

Hans
Thanks Hans, I didn't know that.


RE: IBM Launches New COBOL Training Initiative - edryer - 04-17-2020 12:55 AM

I have a friend whose job is to maintain and modify old PL/1 code... he earns huge amounts with some of the insurance companies who still have apps running on the later more compact S/370 compatible hardware, the ones that are the size of around 10 PC's Smile
Guess they don't want to break something that still works.
The IBM maintenance program must cost them a fortune.