Running Programs

You run a program from a terminal window in the same way regardless of whether you are running intermediate code, generated code or callable shared objects.

To run native COBOL programs, use the cobrun command.

To run JVM COBOL programs, use the cobjrun command. This initializes the COBOL Run-Time System and then starts the JVM to run the class.