Create a Project

Restriction: This topic applies only when the Enterprise Server feature is enabled.

This section walks you through the process of creating a Visual COBOL project for the BookDemo application and its service interface.

  1. From the IMTKTutorialsESA Solution in the Solution Explorer, right-click the solution name; then click Add > New Project.
  2. In the Name field, type ProgramCORS.
    Note: Because you are creating the project from the IMTKTutorialsESA solution, the default settings for Project types, Templates, and Location are correct.
  3. Click OK. The ProgramCORS project now appears in the Solution Explorer.
  4. Right-click the ProgramCORS project, and select Add > Existing Item from the context menu.
  5. Browse to the %PUBLIC%\Documents\Micro Focus\Visual COBOL\Samples\Interface Mapping Toolkit\ServiceInterfaces\BookDemo folder.
  6. From the drop-down list, click All files (*.*); then select the following files:
    • book.cbl
    • book-rec.cpy
    • bookfile.dat
    • bookfile.idx
  7. Click Add.