If you are developing COBOL programs that run on z/OS®, the bind control part provides a way to
create information for a bind control file. You can add a bind control
part to an EGL build file. To add a bind control part, complete these
steps:
- In the Project Explorer view, locate the EGL build file you want
to work with by opening the EGL Source folder and looking for a file
with an .eglbld extension.
- Right-click the build file and select . The Build Parts Editor opens the Build Descriptor
part to the General Options view.
- If you have the Outline view open, you will see the build parts
listed under the name of your build file. If you do not have the Outline
view open and want to open it, select ; in the Show View window, expand the General node
and select Outline.
- In the Outline view, right-click the build file, and then click Add
Part.
- Click Bind Control, and then click Next.
- In the Name field, type the name of your
bind control part. Choose a name for your bind control part that adheres
to EGL part name conventions. For details on how to select a bind
control part name, see bind.
- In the Description field, type a description
of your part.
- Click Finish. The bind control part is
added to the EGL file and the bind control part page is opened in
the EGL build parts editor. Type your bind commands in the editor.
For information on bind commands and the format of a bind control
part, see
Bind control part.