Create the ProgramREST Solution and Project

Walks you through the process of creating a Visual COBOL solution and project for the ScheduleDemo application and a Web service.
Restriction: This topic applies only when the Enterprise Server feature is enabled.

Create a project for your service interface 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 ProgramREST

    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 ProgramREST solution, showing the ProgramREST project.