Previous Topic Next topic Print topic


Create a Local COBOL Project

The first step in creating an application is to create a project. From the IDE take the following steps:
  1. Launch Visual COBOL. Specify a path for the Eclipse workspace when prompted.

    If this is the first time you start Eclipse, you now see the Eclipse Welcome page which you can close.

    By default, the IDE should start in the COBOL perspective indicated by the button in the right upper corner of the IDE. Perspectives are Eclipse concept and they include the views, menus and options relevant to your activity. The COBOL perspective shows the COBOL Explorer, Outline and Console views, among others. The perspective is customizable, so you can choose your own views.

  2. If the IDE does not start in the COBOL perspective, to change to it, click Window > Open Perspective > Other, click COBOL (default), and then click OK.
  3. Select File > New > COBOL Project .

    The COBOL Project wizard is displayed.

  4. In the Project Name field type tictac.
  5. Select the location to save your project. By default, the project will be created in the workspace that you selected when you started the Eclipse session. You can change this by un-checking the Use default location checkbox and selecting a different location.
  6. Click Finish.
You have now created a COBOL project and it is displayed in the COBOL Explorer view.
Previous Topic Next topic Print topic