by dy on 4/1/17, 5:49 PM with 21 comments
by tekkk on 4/1/17, 10:42 PM
000100 IDENTIFICATION DIVISION.
000200 PROGRAM-ID. HELLOWORLD.
000300
000400 ENVIRONMENT DIVISION.
000500 CONFIGURATION SECTION.
000600 SOURCE-COMPUTER. RM-COBOL.
000700 OBJECT-COMPUTER. RM-COBOL.
000800
000900 DATA DIVISION.
001000 FILE SECTION.
001100
101200 PROCEDURE DIVISION.
101300
101400 MAIN-LOGIC SECTION.
101500 DISPLAY "Hello world, I'm back!"
101600 STOP RUN.
If this ain't april fools joke lord have mercy on us.
by ams6110 on 4/1/17, 11:03 PM
by nicolethenerd on 4/1/17, 11:08 PM
by nevi-me on 4/1/17, 10:20 PM
I'm an accountant by profession, and since I program; I got thrown into a project at work where we had to reverse-engineer COBOL code to figure out what the banking system was doing. It was a painful exercise by today's standards as the code was badly written, but we pulled through.
There was a script of a few thousand lines, which calculated interest on most of the cheque and investment products. It had the "here be dragons" disclaimer. After defeating the dragons, I asked if I could add "dragon slayer was here", but that wasn't going to happen, so I made it my pinned tweet (@nevi_me).
I wonder if it would be worth my while to join the bootcamp and learn COBOL properly.
by adrianratnapala on 4/1/17, 11:10 PM
Or at least for swabbies who needed to learn programming and were going learn COBOL because the way admiralty works.
by yomly on 4/1/17, 10:52 PM
by Immortalin on 4/1/17, 10:19 PM
by goatlover on 4/1/17, 11:01 PM
by PretzelFisch on 4/2/17, 12:14 AM
by ape4 on 4/2/17, 2:16 AM