ILE COBOL Programmer's Guide

Changing the ILE COBOL Source Program

When you need to make a change to the ILE COBOL source program, do the following:

  1. Change the ILE COBOL source program where required using SEU. Refer to Entering Source Statements Using the Source Entry Utility for further details on change the source code.
  2. Compile the ILE COBOL source program using the CRTCBLMOD command to create a new module object(s). Refer to Using the Create COBOL Module (CRTCBLMOD) Command for a description of compiling the ILE COBOL source program.
  3. Bind the module objects using the CRTPGM command or UPDPGM command to create a new program object. Refer to Using the Create Program (CRTPGM) Command for information about creating a program object.


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