To create a COBOL application in Eclipse

  1. Create a COBOL project.
  2. Either create new programs for your project, or import existing ones.
  3. Configure and build the project. Your build configuration specifies items such as Compiler directives and the target file types, and whether to compile for debugging.
  4. Create a launch configuration.
  5. Debug the program.
  6. Configure the run-time environment and run the application. Your run-time configuration specifies items such as the search order for called programs, memory allocation, how to handle ANSI displays and so on.

Related Topics: