https://github.com/mikeroyal/cobol-guide
COBOL Guide
https://github.com/mikeroyal/cobol-guide
cobol cobol-programming
Last synced: 5 months ago
JSON representation
COBOL Guide
- Host: GitHub
- URL: https://github.com/mikeroyal/cobol-guide
- Owner: mikeroyal
- Created: 2021-08-15T22:15:55.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-01-03T22:24:06.000Z (over 4 years ago)
- Last Synced: 2025-02-05T11:37:12.373Z (over 1 year ago)
- Topics: cobol, cobol-programming
- Language: COBOL
- Homepage:
- Size: 7.81 KB
- Stars: 16
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
COBOL Guide
#### A guide covering COBOL including the frameworks, libraries and tools that will make you a better and more efficient COBOL developer.
**Note: You can easily convert this markdown file to a PDF in [VSCode](https://code.visualstudio.com/) using this handy extension [Markdown PDF](https://marketplace.visualstudio.com/items?itemName=yzane.markdown-pdf).**
# COBOL Learning Resources
[COBOL(Common Business-Oriented Language)](https://developer.ibm.com/languages/cobol/) is an imperative, procedural and object-oriented programming language designed specifically for business. COBOL is responsible for the efficient, reliable, secure, and unseen day-to-day operations of the world's economy.
[COBOL Programming with VSCode-IBM | Coursera](https://www.coursera.org/learn/cobol-programming-vscode)
[IBM z/OS Mainframe Practitioner Course](https://www.credly.com/org/ibm/badge/ibm-z-os-mainframe-practitioner)
[Mainframe: The Complete COBOL Course From Beginner To Expert Course | Udemy](https://www.udemy.com/course/mainframe-the-complete-cobol-course-from-beginner-to-expert/)
[Introduction to COBOL Course | Udemy](https://www.udemy.com/course/cobol-course/)
[Learn COBOL Super Fast-The Fundamentals Of COBOL In Under 2 Hours | Udemy](https://www.udemy.com/course/learn-cobol-super-fast/)
[Mainframe - COBOL DB2 - Basic to Advance Level | Udemy](https://www.udemy.com/course/mainframe-cobol-db2-basic-to-advance-level/)
[Learn Introductory Programming With COBOL Course | Udemy](https://www.udemy.com/course/learn-introductory-programming-with-cobol/)
[COBOL Programming Course - Open Mainframe Project](https://www.openmainframeproject.org/projects/cobolprogrammingcourse)
[COBOL Training Courses - NobleProg](https://www.nobleprog.com/cobol-training)
[COBOL Online Training Courses | LinkedIn Learning](https://www.linkedin.com/learning/topics/cobol)
[Learning COBOL - Introduction to COBOL | LinkedIn Learning](https://www.linkedin.com/learning/learning-cobol/introduction-to-cobol)
[Code Quality and Code Security for COBOL | SonarSource](https://www.sonarsource.com/cobol/)
# COBOL Tool, Libraries, and Frameworks
[Visual Studio Code](https://code.visualstudio.com/) is a code editor redefined and optimized for building and debugging modern web and cloud applications.
[Code Server](https://coder.com/) is a tool that allows you to run [VS Code](https://code.visualstudio.com/) on any machine anywhere and access it in the browser.
[IBM Z® Open Editor](https://marketplace.visualstudio.com/items?itemName=IBM.zopeneditor) is an extension for VSCode that provides language support for the IBM Enterprise programming languages for z/OS®. It supports COBOL 6.3, PL/I 5.3, and High Level Assembler for z/OS 2.4 and TSO/E REXX. This also includes capabilities for embedded statements in COBOL and PL/I for CICS 5.6, IMS 15.1.0 and SQL DB2 for z/OS 12.1.
[IBM Enterprise COBOL for z/OS](https://www.ibm.com/products/cobol-compiler-zos) is a COBOL compiler exploits the latest z/Architecture to maximize hardware utilization, reduce CPU usage, and improve performance of critical applications.
[COBOL Language Support](https://marketplace.visualstudio.com/items?itemName=broadcomMFD.cobol-language-support) is an extension for VSCode that leverages the language server protocol to provide autocomplete, syntax highlighting and coloring, and diagnostic features for COBOL code and copybooks. It can also connect to a mainframe using a Zowe CLI z/OSMF profile to automatically retrieve copybooks used in your programs and store them in your workspace.
[VMS IDE](https://marketplace.visualstudio.com/items?itemName=VMSSoftwareInc.vms-ide) is an extension for VSCode that enables you to quickly and easily develop comprehensive applications for OpenVMS systems. It provides a set of tools for developing, building, and debugging OpenVMS projects.
[Micro Focus COBOL](https://marketplace.visualstudio.com/items?itemName=Micro-Focus-AMC.mfcobol) is a extension for VSCode that provides support for compiling, editing, and debugging COBOL source code in Visual Studio Code on Windows and Linux.
[COBOL Analyzer](https://www.microfocus.com/en-us/products/cobol-analyzer/overview#) is a tool that provides developers the ability to continuously analyze their code before and after changes are made within their local environment and before committing those changes to the source control management stream.
[Visual COBOL](https://www.microfocus.com/products/visual-cobol/overview) is a tool for COBOL application development and deployment. This unique technology developed by Micro Focus allows COBOL and modern language developers to modernize COBOL systems using Visual Studio and Eclipse as well as deploy COBOL applications and services to new platforms, including .NET, JVM, Docker and the cloud.
[RM/COBOL](https://www.microfocus.com/products/rm-cobol/overview) is a stable, high performance COBOL platform providing a familiar environment for developers to maintain and improve RM/COBOL applications.
[Net Express/Server Express](https://www.microfocus.com/products/net-express-server-express/overview) is a set of tools Net Express (for Windows) and Server Express (for Linux and UNIX) that has been the trusted and proven choice for distributed COBOL application development for nearly 20 years. These classic tools enable COBOL developers to build and maintain enterprise applications.
[COBOL-IT](https://www.cobol-it.com/) is an efficient, open-source based COBOL compiler and runtime system, available for Windows and Linux. With modern development tools based around Eclipse and Enterprise support delivered by the industry experts in COBOL, COBOL-IT is the only credible open source COBOL provider for Enterprise applications.
## Contribute
- [x] If would you like to contribute to this guide simply make a [Pull Request](https://github.com/mikeroyal/COBOL-Guide/pulls).
## License
Distributed under the [Creative Commons Attribution 4.0 International (CC BY 4.0) Public License](https://creativecommons.org/licenses/by/4.0/).