Posted on 04/11/2017 5:59:49 AM PDT by blueplum
I hearrrd you had a wirus?
It’s not their COBOL skills in demand it’s their backround and knowledge of all the jobs, systems and infrastructure that’s in demand.
I remember the old joke.
What’s a S0C4?
To keep your feet warm.
A good friend is one of the dying breed of COBOL programmers and works for a large insurance company. I still can’t believe these COBOL running computer dinosaurs are still around. Maybe I should dust off my my 50 year old experience programming in FORTRAN
Large old system with very high volume of data.
Most remediated.. Lots of mainframes still around.
Ain't that the truth.
Naw, that would be Ada.
I guess you get the PICTURE.
>>Its not their COBOL skills in demand its their backround and knowledge of all the jobs, systems and infrastructure thats in demand.<<
You mean “Space Cowboys” wasn’t based on real events???
:)
There has been a moderate resurgence of the mainframe.
I’m an old dino myself, just finished up an almost 20 year contract. Taking a bit of time off then do it again!
I taught COBOL up until 8 years ago. Hartford, CT was the insurance company of the world and our students could find jobs as COBOL programmers.
I was an IBM lifer, coded in Assembler Language, for applications and systems back in the 70’s / 80’s. Also COBOL/PL/1 and PL/S. Fun stuff coding back then, especially when we received 3270 CRT instead of using punched cards. Miss those days.
‘Whats a S0C4?’
Brings back memories. If I recall an 0’charlie’4 was a protection exception. Your code was trying to go into ‘protected’ memory. Got plenty of them in Assembler. Don’t think it is possible in a High Level Language. I remember taking over code from a ‘sharp’ programmer. He had a problem modifying instruction ‘op’ codes and thought it was cute. Especially when he never placed comments next to the adjacent Assembler code. Not so funny. Do you remember B37’s.
They had to dig out their old plastic Flow Chart Templates, Grid Paper and Coding Pads.
I had a dent in my right index finger for years from filling those coding pads. The Key Punch girls always appreciated neat writers for punching up the card decks.
I can’t think of any more old cliche’s.
>>Do you remember B37s.<<
Out of space (logical IIRC).
C7s?
‘C7?’
Hex Rep of Character ‘Y’? If not help.
Data exception — you could force it by the following:
03 FORCE-ABORT-SW-NUM PIC 9(01).
03 FORCE-ABORT-SW-CHAR REDEFINES FORCE-ABORT-SW-NUM
PIC X(01).
.
.
MOVE ‘X’ TO FORCE-ABORT-SW-CHAR.
ADD 1 TO FORCE-ABORT-SW-NUM.
It was how we forced programs to abort on purpose when something went wrong.
You could get it if you read a record that had bad data in a field (char where numeric expected). When you looked on the dump it almost always pointed to the ZAP (Zero and Add Packed) instruction which told you it was COBOL trying to do an ADD.
Wow, it is all coming back to me...
There was a time in my life when I believed B37 was invented to ensure I got a 2:30 am wakeup call each weeknight.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.