COBOL files in PHP

students.php (students.txt)

students_2.php (students_2.txt)

students_3.php (students_3.txt)

students_4.php (students_4.txt)

students_5.php (students_5.txt)

COBOL data files

STUDENTS.DAT

TRANSINS.DAT

Sources

How to compile and run a COBOL program?

COBOL Example Programs

COBOL Tutorial

Brush up your COBOL

Cobol files

Cobol Editing

Cobol Compiling and Run

And here is the COBOL output in a webpage.

Hello world!
https://askubuntu.com/questions/287180/how-to-compile-and-run-a-cobol-program
How to compile and run a cobol program
cobc -free -x -o helloworld helloworld.cbl
./helloworld
https://www.tutorialspoint.com/cobol/

The PHP code

<?php echo str_replace("\n", '<br />', shell_exec('./helloworld') ); ?>

Cirrus7

Cirrus7 Nimbini Gemini Edition