GnuCOBOL is a free (like both in "free speech" and in "free beer") COBOL compiler, formerly known as OpenCOBOL.
I'm just learning COBOL; I'm writing a program that simply echos back user input. I have defined a variable as: …
cobol gnucobolMy problem is, given a variable which I read from a file, see if it contains or matches another string. …
cobol gnucobolI'm trying to make a very simple COBOL program. I've gotten my directory, configurations, etc. all set up, but when …
cobol gnucobolI'm really new to COBOL and I would like to ask a question. What if I have 2 PIC of characters …
cobol gnucobolI'm completely new to COBOL, and I'm wondering: There seems to be no difference between DISPLAY "foo" and DISPLAY "foo". …
cobol gnucobol cobol85I'm completely new to COBOL, but I'd like to take a look at the different options for GUI programming on …
windows user-interface cobol gnucobolI am trying to use nested if statements in Cobol. As far as I can tell I am following the …
if-statement nested cobol gnucobol