Create a Project

You create a project that comprises all the parts of your application. In this case, the Assembler source and BMS files.

  1. In Visual Studio, click File > New > Project.
  2. In the Create a new project dialog box, select COBOL from the Language drop-down list.
  3. Click Mainframe Subsystem Application.
  4. Click Next.
  5. Complete the remaining fields as follows:
    Field Value
    Name AACT
    Location c:\tutorials
  6. Uncheck Place solution and project in the same directory
  7. Click Create.

    Visual Studio creates the project in the c:\tutorials\AACT directory, and opens the Solution Explorer showing the AACT solution and project.