Welcome to DU! The truly grassroots left-of-center political community where regular people, not algorithms, drive the discussions and set the standards. Join the community: Create a free account Support DU (and get rid of ads!): Become a Star Member Latest Breaking News General Discussion The DU Lounge All Forums Issue Forums Culture Forums Alliance Forums Region Forums Support Forums Help & Search

Kennah

(14,265 posts)
Wed Feb 1, 2012, 04:45 AM Feb 2012

Anyone (like me) still in the 20th Century writing COBOL?

Been writing COBOL for 20 years, and there's a big ol' meteor coming; however, a lot of Cobolasaurs are in denial.

I'm 44 and I know I won't retire writing COBOL. Wait, retirement is a reality that is slipping away from all of us. Forget that. Moving on.

Spend a lot of my time patching piss poor code, and I sometimes all but guess what the code does. On a positive note, it really stretches one's powers of omniscience.

Today I spent about 90 minutes chasing down totals on a summary report because it was SO counter intuitive. My client was trying to figure out anything because she has to give the auditor her answers tomorrow. I stayed late and chased it to the ground so that I could give her something substantive. Sent a request to Operations to recover the data file. Well it was half request and half beg because I am not sure they'll be able to respond in time. I am all but certain of my answers, but if I get the data file I can speak with absolute certainty.

A few additional counts, a little structure, some indenting, and anyone at a glance could have read the report and known what the numbers mean. Sounds silly, but those kinds of dopey little changes mean a lot. Make those changes and this mole will be whacked.

Client likes me, boss likes me, get along well with my coworkers, money ain't shit, but the State of Washington is a stable employer. Lot of VB.NET and SQL Server experience in my office, and that clearly is their future direction for conversions.

Two of my friends from a previous job are interviewing this week for open positions. With a little luck, they will both get hired on and one and half of them will be working with me. We're all probably within 2-3 years of each other, and we would jump at the opportunity to convert an application and our skillsets.

I've done a lot of Access and VBA building Operational Data Stores. COBOL to VB is actually a pretty smooth syntactical transition.

Anyone done any COBOL conversion projects? I will probably be playing whack-a-mole for some time, but both the client and I are interested in rehosting the application.

18 replies = new reply since forum marked as read
Highlight: NoneDon't highlight anything 5 newestHighlight 5 most recent replies
Anyone (like me) still in the 20th Century writing COBOL? (Original Post) Kennah Feb 2012 OP
Spent four years doing conversions from COBOL. ManiacJoe Feb 2012 #1
Last time I wrote COBAL it was on punched cards (1980?) OffWithTheirHeads Feb 2012 #2
Converted a lot of COBOL to .Net ChromeFoundry Feb 2012 #3
I was wondering about the future of VB ... Kennah Feb 2012 #4
VB.NET will be around for a long time EvolveOrConvolve Feb 2012 #5
I will inherit some VB6 Kennah Feb 2012 #6
"they used a Rapid Application Development model like VB to launch C#" hootinholler Mar 2012 #13
VB.net AgingAmerican Oct 2012 #17
Many programmers consider VB a 'toy' language AgingAmerican Oct 2012 #18
Not me personally naragdaban Feb 2012 #7
I've never WRITTEN it, but always been able to read it - turn the listing upside down. HopeHoops Mar 2012 #8
Haven't written in COBOL in years, SnowCritter Mar 2012 #9
Some days, writing COBOL feels like a criminal offense Kennah Mar 2012 #11
Well, it is - SnowCritter Mar 2012 #12
Spam deleted by TBF (MIR Team) sammuel Mar 2012 #10
RPG Stroked Jun 2012 #14
RPG is probably as rare as Assembler Kennah Jun 2012 #15
I did COBOL for 10 years until I got the RIF in December. valerief Aug 2012 #16

ManiacJoe

(10,136 posts)
1. Spent four years doing conversions from COBOL.
Wed Feb 1, 2012, 05:24 AM
Feb 2012

1998-2003, converting a medical claims system from mainframe/COBOL to Windows/SQL-Server/C++. We normally did not need to read the COBOL, but every now and then we would need to compare the "old requirements" vs what the COBOL was doing vs what the actual business needs were. If the "old requirements" docs still existed....

While five C++ programmers were converting the system, two COBOL programmers maintained the system dealing mostly with Y2K issues. Two VB programmers worked on side projects that sometimes interfaced with the SQL/C++ system we were creating.

 

OffWithTheirHeads

(10,337 posts)
2. Last time I wrote COBAL it was on punched cards (1980?)
Wed Feb 1, 2012, 05:28 AM
Feb 2012

and basic was 99 lines.

Would have been easier if I had my i-pad.

ChromeFoundry

(3,270 posts)
3. Converted a lot of COBOL to .Net
Wed Feb 1, 2012, 03:21 PM
Feb 2012

and from DB2/VSAM over to MS SQL Server -- About 10 years ago.
Data migration was done with DTS and then SSIS later in the project.

VB.Net and C# are really not that far apart if you understand the framework. I would stick to the C++/C#/Java syntax... VB is still dying a slow death.
PowerShell is becoming very popular across all of Microsoft's Server products. It's like the new/better VBScript.

Kennah

(14,265 posts)
4. I was wondering about the future of VB ...
Fri Feb 3, 2012, 01:09 AM
Feb 2012

... but I think I would be fighting a now entrenched VB culture. COBOL system I inherited was written in 1991, and although it has been added onto, there was been no attempts to overhaul the system. Write it and leave it in place is the tendency in state government.

EvolveOrConvolve

(6,452 posts)
5. VB.NET will be around for a long time
Fri Feb 3, 2012, 10:05 PM
Feb 2012

Hell, there are thousands of VB6 applications still in production. I've worked with both C#.NET and VB.NET, and they aren't all that different. The syntax is different, but that's about it - a .NET app is a .NET app, no matter which flavor of language was used to build it. There are a ton of applications written in VB.NET, and the beauty of the .NET system is that it lets you extend those applications with whichever .NET tool you prefer.

Ironically, C# really owes its existence to Visual Basic. In their heyday, VB 5 and 6 were the fastest and easiest ways to build business applications. The "real" programmers who worked with C and C++ (and some other, archaic languages) were dismissive of the VB language, but when Microsoft built the .NET Framework, they used a Rapid Application Development model like VB to launch C#.

Kennah

(14,265 posts)
6. I will inherit some VB6
Sun Feb 5, 2012, 11:28 PM
Feb 2012

One of my coworkers does a lot of VB6, and some it I could probably do with AutoIt.

There is a push to try and replace all our VB6 code with VB.NET

hootinholler

(26,449 posts)
13. "they used a Rapid Application Development model like VB to launch C#"
Sun Mar 11, 2012, 03:17 PM
Mar 2012

ORLY???

I guess losing that lawsuit to Sun had nothing to do with it.

 

AgingAmerican

(12,958 posts)
17. VB.net
Sat Oct 13, 2012, 11:24 PM
Oct 2012

...and the other .net languages all compile to the same thing, so it doesn't matter which language you use with it. .Net is awesome for Windows programming.

VB was my first language, it will always have a special place in my heart, especially control arrays.

 

AgingAmerican

(12,958 posts)
18. Many programmers consider VB a 'toy' language
Sat Oct 13, 2012, 11:33 PM
Oct 2012

Even though VB.NET and C# essentially compile to the same thing. I agree that VB is on the way out, has been for ten years. A lot of people cut their teeth on that language, myself included.

Never did any COBOL. Sounds like fun debugging old code though, I got really good at debugging other peoples code when I tutored programming in college.

 

naragdaban

(30 posts)
7. Not me personally
Sat Feb 11, 2012, 12:44 PM
Feb 2012

But my first cousin (who's 25 years older than me) had the job of updating a lot of legacy stuff back in the early 2000's. It was the first time I'd actually seen COBOL, as I was just starting out as a programmer in those days.

 

HopeHoops

(47,675 posts)
8. I've never WRITTEN it, but always been able to read it - turn the listing upside down.
Thu Mar 1, 2012, 05:25 PM
Mar 2012

With all due respect to the late great Commodore Grace Hopper, I find the language too tedious to bother with, but then again, we wouldn't have made the leap to compiled code so early if she hadn't been a pain in the ass about making it happen. My favorite quote of hers is "It's easier to apologize than it is to get permission."

That said, when I was in college I was already a computer geek (I'm older than you by a few years). The CS students all came to me with their COBOL, Fortran and Pascal listings (the two of which I DO know well). If it was COBOL, I would just flip the 2" listing upside down and peel down the back page to look at the code. The format statements have nothing to do with logic errors, most of which were simple (like initializing a loop with 1 instead of 0).

If you're considering jumping to VB, I would recommend you go with C# instead. It isn't as straight forward a leap, but it will have greater longevity. I still consider VB to be a pro-typing language. As much as I resisted moving from C++ to C#, I do have to admit that the latter fits well with the VS10 environment and has some advantages such as out-of-scope memory management.

One last piece of advice. Only concentrate on the core routines which translate directly. Use your talent and imagination to create a more up-to-date interface and add new features at will. I loved WordStar, but I wouldn't want to be stuck with that now (sorry for the analogy, but it might not be far off).

SnowCritter

(810 posts)
9. Haven't written in COBOL in years,
Mon Mar 5, 2012, 04:58 PM
Mar 2012

but just last year I had to use my knowledge of COBOL to convert some data related to a criminal investigation.

Was quite a trip down memory lane.

SnowCritter

(810 posts)
12. Well, it is -
Sat Mar 10, 2012, 10:12 AM
Mar 2012

if you write "spaghetti code" like my supervisor (during the time I was writing in COBOL) did. He'd get out his "GOTO" shaker and sprinkle liberally throughout the code.

Stroked

(2 posts)
14. RPG
Sun Jun 24, 2012, 12:47 AM
Jun 2012

My wife wrote in RPG for 17 years and then lost her job. She just wants to code - no analysis. We are in Milwaukee, Wisconsin area and wonder if there is some good fit for her. Any ideas?

valerief

(53,235 posts)
16. I did COBOL for 10 years until I got the RIF in December.
Thu Aug 2, 2012, 09:00 AM
Aug 2012

I'm back with the same firm but in a different job, outside of the mf dev group. That's been moving to India and now China. Of course.

Latest Discussions»Retired Forums»Website, DB, & Software Developers»Anyone (like me) still in...