Previous Topic Next topic Print topic


Create a Project

Create a project for your service interface, and add files to the project.

  1. From the Enterprise Developer Main Menu, click File > New > Other.

    This opens the New dialog dox.

  2. Expand Micro Focus COBOL folder, and then click COBOL Project.
  3. Click Next.

    This opens the New COBOL Project dialog box.

  4. In the Project name field, type ProgramEJB.
  5. Check Use default location; then click Finish.

    The Team Developer Tree view now shows the ProgramEJB project.

  6. From the Team Developer Tree view, right-click the ProgramEJB project and select Import from the context menu.

    This opens the Import dialog box.

  7. Expand General and click File System.
  8. Click Next.
  9. Click the Browse button that corresponds to the From directory field, and browse to the %PUBLIC%\Documents\Micro Focus\Enterprise Developer\Samples\Interface Mapping Toolkit\ServiceInterfaces\BookDemo directory.
  10. Click OK.
  11. On the list of files, check the following:
    • book.cbl
    • book-rec.cpy
    • bookfile.dat
    • bookfile.idx
  12. Click Finish.

    Enterprise Developer adds the files and builds the project automatically.

Previous Topic Next topic Print topic