With this mini-tutorial you may get a quick start with COBOL on z/OS. It gives you a handson overview of the process to get a COBOL program running on z/OS.
The tutorial will show you how to create a Hello World COBOL program on z/OS, compile it and then run in. You can find the program itseld and the JCL scripts for the compilation and run attached below to this post.
The following video describes the process
The following assets are used in this mini-tutorial.
The Hello World COBOL program
The JCL to compile the program
The JCL to run the program
/* Niek de Greef