Developer: My Application Uses JCL

Job Control Language (JCL) is a command language for the IBM mainframe that provides instructions for how to run batch jobs and start a subsystem.

Before you start, you can check the following overview of JCL アプリケーション to a PC.

The following steps provide guidance on how to create mainframe projects in Enterprise Developer for your COBOL and PL/I applications that use JCL, and how to debug and test them. The assumption is that you will be adding your existing application sources to an Eclipse project.

  1. Start Eclipse and open the Team Developer perspective which is the default one for Enterprise Developer.

    You can also choose the COBOL 開発のパースペクティブおよびプロジェクト or PL/I パースペクティブおよびプロジェクト perspective, depending on the main programming language.

  2. Configure Eclipse for JCL development.

    The default settings in Enterprise Developer are settings aimed at Mainframe Subsystem Application development. You can check and fine-tune settings for the editor and for setting Compiler directives from Window > Preferences > Micro Focus.

  3. Create a Mainframe Subsystem Application project for COBOL プロジェクトを作成するには or PL/I プロジェクトの作成.
  4. Add your source files - see how for プロジェクトへのファイルのインポート or for PL/I プロジェクトの作成 projects.
  5. Set Compiler directives on the source files - for 指令スキャンを使用したファイル プロパティの設定 and for PL/I ファイルでのプロパティの設定.
  6. Specify project and build configuration properties - for プロジェクト、ビルド構成、フォルダー、およびファイルのプロパティの構成 and for PL/I プロジェクト、ファイル、ビルド構成設定の設定 projects.

    For example, you can specify an SQL preprocessor settings, a character set and for COBOL, the mainframe dialect.

  7. Edit your source files - see some tips for COBOL エディターでの効率的なコードの記述, BMS ペインタ ユーティリティの起動, and PL/I エディター files.
  8. Build your COBOL コードのコンパイル or PL/I プロジェクトのコンパイルとビルド application.
  9. Debug your application - Enterprise Developer comes with a testing environment for applications that run in Enterprise Server.

Further, to get familiar with the process of developing JCL applications in Enterprise Developer, Micro Focus recommends that you check the following: