Skip to content

Learning COBOL, including lectures, examples, and tools.

License

Notifications You must be signed in to change notification settings

AndresCdo/cobol-crash-course

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

COBOL Learning Resources

COBOL Logo

COBOL (Common Business-Oriented Language) is a high-level programming language used primarily for business, finance, and administrative systems. It was developed in the late 1950s and is still in use today in many legacy systems.

This repository contains various resources for learning COBOL, including lectures, examples, and tools.

Directory Structure

Hands-on Exercises: Include hands-on exercises and coding challenges in

Getting Started

To get started with COBOL, you can begin by reading the lecture notes in the docs/lectures/ directory. The first lecture provides an introduction to COBOL, its history, and its key features.

Running the Hello World Example

  1. Navigate to the examples/ directory:

    cd examples
  2. Compile the hello-world.cbl program using the COBOL compiler script:

    ../tools/cobol-compiler/build-cobol-binary.sh hello-world.cbl
  3. Run the compiled binary:

    ./hello-world

You should see the output:

Hello, World!

Contributing

If you would like to contribute to this repository, feel free to submit a pull request with your changes. You can contribute by adding new lectures, examples, tools, or resources related to COBOL.

License

This repository is licensed under the MIT License. See the LICENSE file for more details.

Acknowledgements

This repository was created by Andres Caicedo as part of a series of lectures on COBOL programming.

About

Learning COBOL, including lectures, examples, and tools.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages