How do I get started learning COBOL and which compiler should I use?

I want to try learning this language and attempt to make new personal projects with it.

Hi KTSnowy,

The Open Mainframe Project has a COBOL course that should guide you through this proces:

Regards,
Rune

Learning COBOL. LinkedIn Learning.
Mainframe: The Complete COBOL Course From Beginner To Expert. Udemy.
Cobol learning made easy on online learning institute

I’ve been playing around with GNU COBOL. My usual platform is Windows, and so I picked the Windows version of it.

The Windows version doesn’t work properly, because it is missing some DLLs. Even the version which are advertised as being fixed seem to have problems.

In the end I used the Linux version of GNU COBOL, which just installed and worked properly. I used WSL to install Ubuntu within Windows, and Visual Studio Code in Windows.