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. To incorporate cobol-check with your development work flow, you will need to create a setup (or adjust your existing setup) that enables you to:

  • submit batch jobs 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 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:

  • traditional ISPF and OEDIT tools on-platform
  • commercial products that run under Microsoft Windows with a live connection to a z/OS instance (see Microsoft Windows User Guide)
  • Open Source Cobol or commercial compiler for Windows, OS X, Unix, or Linux and any editor or IDE of your choice, working off-platform and using FTP to transfer files to/from z/OS (see [Microsoft Windows User Guide]] and Unix and Linux User Guide.
Clone this wiki locally