EGL Reference Guide for iSeries

Generation from the workbench batch interface

The workbench batch interface is a feature that lets you generate EGL output from a batch environment that can access the workbench. The workbench does not need to be running. The generation of EGL code can access only projects and EGL parts that were previously loaded into a workspace.

To invoke the interface, use the batch command EGLCMD, which references both a workspace and an EGL command file.


Related concepts
Development process
Generated output


Related tasks
Generating from the workbench batch interface


Related reference
EGLCMD

Generating from the workbench batch interface

To generate from the Workbench batch interface, do as follows:

  1. Make sure that your Java classpath provides access to these jar files--
  2. Make sure that a workspace contains the projects and EGL parts that are required for generation.
  3. Develop an EGL command file.
  4. Invoke the command EGLCMD, possibly in a larger batch job that generates, runs, and tests the code. You specify the workspace of interest when invoking EGLCMD.


Related concepts
Generation from the workbench batch interface


Related reference
EGLCMD


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]