View previous topic :: View next topic
|
Author |
Message |
jodrisco
New User
Joined: 10 Apr 2017 Posts: 3 Location: UK
|
|
|
|
Hello All.
I was a COBOL programmer in the 80s and 90s, first on ICL VME then IBM MVS.
I'd like to refresh my COBOL and JCL skills and rejoin the COBOL market.
Does anyone know of any COBOL programming Sandpit environments that exist that people like myself can access?
Many thanks in advance. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
GnuCOBOL (formerly OpenCOBOL) is a free COBOL compiler that runs on various platforms. It supports z/OS COBOL syntax with a compile switch, and implements a good amount of the COBOL 2014 standard. I've used it very successfully to compile Enterprise COBOL code.
It can be downloaded from SourceForge. |
|
Back to top |
|
|
jodrisco
New User
Joined: 10 Apr 2017 Posts: 3 Location: UK
|
|
|
|
Thanks for your reply, unfortunately I've tried a number of times to install Cygwin and GnuCOBOL on my Windows 10 Lenovo without success. |
|
Back to top |
|
|
prino
Senior Member
Joined: 07 Feb 2009 Posts: 1314 Location: Vilnius, Lithuania
|
|
|
|
jodrisco wrote: |
Hello All.
I was a COBOL programmer in the 80s and 90s, first on ICL VME then IBM MVS.
I'd like to refresh my COBOL and JCL skills and rejoin the COBOL market.
Does anyone know of any COBOL programming Sandpit environments that exist that people like myself can access?
Many thanks in advance. |
"That" system has Enterprise COBOL 4.2. |
|
Back to top |
|
|
jodrisco
New User
Joined: 10 Apr 2017 Posts: 3 Location: UK
|
|
|
|
Thanks for replying, could you elaborate further as I don't quite understand your comment.
Many thanks. |
|
Back to top |
|
|
Robert Sample
Global Moderator
Joined: 06 Jun 2008 Posts: 8700 Location: Dubuque, Iowa, USA
|
|
|
|
Google is your friend. Googling free cobol compiler returns about 96,900 hits and includes at least one web page that provides links to a number of free COBOL compilers, along with a number of direct links to free compilers.
Have you tried MinGW on your Windows system to allow GnuCOBOL to install? |
|
Back to top |
|
|
Rohit Umarjikar
Global Moderator
Joined: 21 Sep 2010 Posts: 3076 Location: NYC,USA
|
|
Back to top |
|
|
|