Home » COBOL Installation

COBOL Installation

by Online Tutorials Library

COBOL – Installation

There are many free Mainframe Emulators available for the Windows operating system, which can be used to write and learn simple COBOL programs.

One such emulator is Hercules, which can be easily installed on Windows operating system by following some simple steps as given below:

Once you go to the site, you will see the following link:

COBOL Installation

Select the above link and then install it on your system.

  • Once you have installed the package on your Windows system, it will create a folder like C:Program FilesHerculesR3.13.
  • Now open your Windows command prompt and go to the C:Program FilesHerculesR3.13 directory or directly search for Hercules CMD Prompt.

COBOL Installation

You can see the command prompt.

COBOL Installation

COBOL IDE

You can also use COBOL IDEs to compile and execute your COBOL programs; it is simple and easy to install and configure.

OpenCobolIDE is a simple, easy to use, and a lightweight COBOL IDE based on the GnuCOBOL compiler. We can install it on GNU/Linux, Windows, and Mac OSX.

To download the OpenCobolIDE on your Windows, click here.

And select Windows Installer.

COBOL Installation

Now download and install it.

Creating your First Program

To create new files in your OpenCobolIDE, follow the following steps:

  • Click on New file button

COBOL Installation

  • Now, give the name of the file and specify the directory.

COBOL Installation

  • Click on the OK button. It will open the window with the default Hello World program.

COBOL Installation

To compile this program, click on the hammer icon button.

COBOL Installation

When your program is successfully compiled, it will display the following result:

COBOL Installation

And after a successful compilation, select the green play button.

COBOL Installation

When you execute the program, the following output will generate:

COBOL Installation


You may also like