Create the ACCTWEB Project

Create the ACCTWEB mainframe-enabled COBOL project for this tutorial.

To create a project to hold the sample application files:

  1. Create a working directory on your machine – c:\tutorials.
  2. Start Enterprise Developer. If you need instructions, see To start Enterprise Developer.
  3. In Visual Studio, click File > New > Project.
  4. In the New Project dialog box, expand Installed > COBOL.
  5. Specify a name for your project – ACCTWEB.
  6. In the Location field, type the name of your working directory – c:\tutorials.
  7. Ensure that Create directory for solution is unchecked.
  8. Click OK.

    This creates a subdirectory, ACCTWEB, under your working directory. This is your project directory.