Skip to content

Available Cobol Development Setups (zOS)

Dave Nicolette edited this page Dec 16, 2020 · 10 revisions

Home -> User Guide -> IBM zOS User Guide ->

There are many alternatives for working with Cobol applications on a z/OS system. There is no single set of instructions to provide and no single tool stack to recommend.

To incorporate cobol-check with your development work flow, you will need to create a setup (or adjust your existing setup) so that you can:

  • submit batch jobs from USS to compile, bind, and test Cobol programs
  • access USS resources from the MVS side
  • access MVS resources from the USS side
  • (possibly) transfer files between Windows and z/OS or between off-platform OS X/Unix/Linux and z/OS
  • execute Java applications on-platform (cobol-check is a Java application)

For text editing, you have a wide range of options, including:

For scripting cobol-check builds and unit test runs, you can use the z/OS shell or the tcsh on-platform; JCL using IBM-supplied facilities to initiate Java programs from the MVS side; or any tools of your choice off-platform, using FTP to move sources between platforms. You can also create scripts to tie into your Windows-based commercial z/OS development tooling or your preferred open-source editor or IDE, if that level of customization is supported.

Clone this wiki locally