Previous Topic Next topic Print topic


Create a Project

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

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

  1. From the Visual COBOL Main Menu, click File > New > COBOL Project.
  2. In the Project name field, type ProgramEJB.
  3. Check Use default location; then click Finish.

    The COBOL Explorer now shows the ProgramEJB project.

  4. From the COBOL Explorer, right-click the ProgramEJB project and select Import > Import from the context menu.
  5. Expand General and click File System.
  6. Click the Browse button that corresponds to the From directory field, and browse to the $COBDIR/demo\Interface Mapping Toolkit\ServiceInterfaces\BookDemo directory.
  7. On the list of files, check the following:
    • book.cbl
    • book-rec.cpy
    • bookfile.dat
    • bookfile.idx
  8. Click Finish.

    Visual COBOL adds the files and builds the project automatically.

Previous Topic Next topic Print topic