Previous Topic Next topic Print topic


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.
  4. Under Installed Templates, expand COBOL and select Native. In the right-hand pane, select Mainframe Subsystem Application.
  5. Enter acctclnt as the name of the project.
  6. Enter c:\tutorials as the location of your project.
  7. Clear the Create directory for solution check box.
  8. Click OK. This creates a folder acctclnt in the directory specified in the Location text box.
Previous Topic Next topic Print topic