Details
-
Aboutcobol developer
-
SkillsCOBOL
Joined devRant on 5/8/2017
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API

From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
-
Do you guys find the business logic of the programs you write fun and interesting?
I work with financial programs and i find the tech fun but the business parts boring as hell!
Is this common or do the majority find the business parts fun as well?2 -
Shit task got dumped on me, modify around 500 old sql stored procedures.
Did 15 manually and went fuck this, i'd rather run a marathon on legobricks...
So i decided to write a program to make the changes instead, how hard could that be?
Turns out it's very hard when loads of the procedures doesnt follow shop standard...
But so far i have handled about 70% of all the req changes!
Very hard but MUCH more fun than doing that shit manually!4 -
First of, im a cobol developer working for a bank where the priority is maintaining existing applications with new regulations etc. Im starting to get fed up with "please change this if statement" or similar minor "development" tasks. More and more is also placed on other platforms.
Secondly, i have been on medical leave due to a severe burnout (my brain totally shut down for a few months) and im back to working 100% but not fully recovered.
Has anyone been in my position and changed their job after a major burnout?
If so, how did that go?2 -
After more than 3 years of cobol development i wrote my first C# forms program which works like a charm so i thought, "yeah i should rewrite/port it to mobile using Xamarin, how hard could that be?"
I open a xamarin project and after an hour of trying to figure how the fuck this shit works i realize that it's going to very fucking hard since I can't even figure out how to fucking add a button!3 -
A bug has been plaguing me for almost 3 weeks.
Today, I finally found the fucker!
Feels so good!
Also, had i just been granted access to the fucking error logs I would have found it in 15 min to start with....4 -
Just pushed 6 months of work into prod! Please don't abend...
Also, mainframes... what could possibly go wrong?6 -
Dear IBM manual,
Fuck you!
Sincerly....
IBMs manuals are mostly very informative.. IF YOU CAN FIND WHAT THE FUCK YOU ARE LOOKING FOR!
They hide everything and refere you to 15 other manuals and ultimatly you will end up in some fucking assembler manual describing what you are after... but in the "wrong" language...
Sigh.. need to learn Assembler... -
Been ripping the hairs from my skull the entire week trying design some new databases and some SQL to pull the correct data from them.
Litterally 5 minutes before i log out for the weekend I run my test cases and everything works! Amazing start on the weekend :D3 -
Ask a cobol developer anything!
Many people have heard about cobol and the attached "omg why would you want to work with that!?" But most have no clue what it's like so...
Ask away!39 -
Fuck you IBM IMS!
Efficient as fuck but extremly unforgiving if you want to do something it wasnt truly ment for...2 -
Don't write code after your own preferences. Write code that others will understand straight away.
Im a cobol developer and the programs me and my colleagues write have a life expectancy of 30+ years. The time people will spend reading my code will be far greater than the time it took me to design, code and test the program...
Also, dinosaurs!6 -
How do you guys perform program tests or build your test env? Like redirect writing sqls towords private tables whilst keeping reading sqls towords to general test tables
-
Worst part of being a cobol developer working on mainframes? You cannot google a single fucking thing!
The ones who could answer the question you googled have either died or have the proper answer on an actual piece of paper in a file capinet somewhere...25 -
It's scary that mainframes run like 80% of the worlds finance systems and the people who actually knows how they operate will all retire within 5-10 years :p9
-
Has anyone here seen a mainframe error dump? It's an 8000 line wall of text with maby 7995 lines of fucking jibberish hiding the cryptic fucking error message...
Why the fuck can't they just put the interesting shit at the top of the file insted of hiding it in nonsense!?1 -
New dev here.
Got assigned a task which revolves around trying to figure out a 7000 character DB2 SQL (spaces not included).
Im dying a litle bit inside... -
Be me.
Be 25.
Be working as a cobol dev.
Having dinosaure co-workers who write the same frankencode they wrote 30 years ago.
Be trying to figure out wtf they have writen.
Be mad...
Can anyone relate?
Ps. They know how to write a program that works (because they copied 90% without understanding what it does) and they can do it fast.
They just suck at making it easy to understand wtf is going on.16 -
Don't know JCL but need to compile, link, bind and execute a cobol program.
JCL template contains syntax errors here and there.
...fuck