Previous Topic Next topic Print topic


Create a Project

Walks you through the process of creating an Enterprise Developer project for the ScheduleDemo application and its service interface.
Restriction: This topic applies to Windows environments (local development) only.

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

  1. From Enterprise Developer Team Developer perspective, click File > New > Other > Micro Focus COBOL > COBOL Project.
  2. Click Next.

    This opens the New COBOL Project dialog box.

  3. In the Project name field, type ProgramREST.
  4. If not already checked, check Use default location; then click Finish.

    The Team Developer Tree view now shows the ProgramREST project.

  5. From the Team Developer Tree view, right-click the ProgramREST project and click Import from the context menu.
  6. Expand General; then double-click File System.
  7. Click Next.
  8. Click the Browse button that corresponds to the From directory field, and browse to the %PUBLIC%\Documents\Micro Focus\Visual COBOL\Samples\Interface Mapping Toolkit\ServiceInterfaces\ScheduleDemo directory; then click OK.
  9. In the left pane, check ScheduleDemo to select all files listed in both panes.
  10. In the right pane, uncheck Readme-Ec.xml and Readme.xml. These files are used by the Samples Browser.
  11. Click Finish.

    Enterprise Developer adds the files and builds the project automatically.

  12. From the Team Developer Tree view, right-click the ProgramREST project; then click Properties.
  13. Expand Micro Focus > Build Configurations; then click COBOL.
  14. From the Target Type drop-down list, select All Native Library Files; then click OK.
Previous Topic Next topic Print topic