Create a Project

To create a project to hold the demo application files:

  1. Create a working directory on your machine, for example c:\tutorials.
  2. Start Visual Studio.
  3. Click File > New > Project > COBOL > Native > Mainframe Subsystem Application.
  4. Specify a name for your project, for example acctweb.
  5. Specify your working folder as c:\tutorials in the Location text box.
  6. Clear the Create directory for solution check box.
  7. Click OK. This creates a folder acctweb in your working directory.