Create a Project

To create a native COBOL project to hold the JCL demonstration program:

  1. If you have closed Eclipse, launch it again using the workspace c:\tutorials .

    Make sure that the Team Developer Perspective is the active Eclipse perspective, and that the Enterprise Development Projects application appears in the Application Explorer view; if the Enterprise Development Projects application is not displayed in the Application Explorer view, see the Integrated Enterprise Development Project Application topic for further instructions.

  2. In the Application Explorer view, right-click Enterprise Development Projects and select New COBOL Project > Mainframe COBOL Project.
  3. In the Project name field, type jcl.
  4. In the Select a project template list, select the template with the appropriate bitism: that is, if you created a 32-bit enterprise server region during the earlier steps, select Micro Focus template [32 bit]; if you created a 64-bit enterprise server region, select Micro Focus template [64 bit].
  5. Ensure Use default location is selected.
  6. Click Finish.

    This creates a jcl folder in your workspace that holds your project.