this post was submitted on 15 Feb 2025
328 points (99.1% liked)

Programmer Humor

22472 readers
970 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 8 points 2 months ago (1 children)

I once tried to learn COBOL at home, I used GNU to compile but I had trouble with database driver. Any tips?

[โ€“] [email protected] 8 points 2 months ago

Try opencobol. You may have more success.

Some cobols like rm COBOL require a literal custom Linux header in order to work with SQL. Others work with odbcs natively.