Sample GNU COBOL Programs Tied to my Blog I hope these programs will help someone get started in using GNU COBOL and CYGWIN. The purpose is to give the public a list of programs and scripts they can put to use immediately.
Thanks for checking this repository out. Best of luck to you in using CYGWIN and COBOL. Jerry D. Farrell
YouTube Video Links:
2021-12-29 Install GNU Cobol with CYGWIN https://www.youtube.com/watch?v=vU0wpLtnMkY&t=683s
2021-12-31 Automatic Bash Message Setup https://www.youtube.com/watch?v=WzTlPae5MU4
2022-02-03 Compiling the programs: https://www.youtube.com/watch?v=ilWJZc_Yk3U
My BLOG can be found here:
https://cygwin-windows.blogspot.com/2018/10/cygwin-can-be-powerful-tool-for-it.html
- Added welcome.cbl to display a message.
- Added BASH Menu Shell example.
- Added Message Shell Script example.
- Added a COBOL renumber program.
- Added TICTACTOE Program originally in the 1980s Microsoft COBOL product.
- Added ELIZA considering it is part of my COBOL experiance I wanted to share.
- Added compile shell scripts one using -x flag and one not using the flag.
- Adding a correction for the renumber program.
- Adding Command Prompt Here Installation.
- Added Phone Number Data Entry Screen.
- Added Phone Number Database Creation Program.
- Added a couple of CYGWIN sample scripts.
Adding the ORIGIN to local: git remote add origin https://github.com/jfarrell423/cygwin-cbl.git