Create the ProgramEJB Solution and Project

Walks you through the process of creating the ProgramEJB solution and project for the BookDemo application.
Restriction: This topic applies only when the Enterprise Server feature is enabled.

Create a solution and project for the BookDemo application.

  1. In Visual Studio, click File > New > Project.
  2. In the New Project dialog box, expand Installed > COBOL.
  3. Click Enterprise Server, and then click Native.
  4. Select Enterprise Server Application.
  5. Complete the Name and Location fields as follows:
    Name ProgramEJB

    By default, this is the name of both the project and the solution.

    Location c:\tutorials
    Note: You can optionally specify any directory of your choice; however, this tutorial refers to the project location as c:\tutorials. If your project location is different, adjust the instructions as necessary.
  6. Uncheck Create directory for solution.
  7. Click OK.

    Visual Studio opens the Solution Explorer for the ProgramEJB solution, showing the ProgramEJB project.