Previous Topic Next topic Print topic


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. Create a working directory on your machine, for example c:\tutorials.
  2. From Enterprise Developer, click File > New > Project.
  3. On the New Project dialog box, expand Templates > COBOL; then click Native.
  4. In the center frame, click Mainframe Subsystem Application.
  5. Complete the remaining fields as follows:
    Name AACT
    Location c:\tutorials
  6. Uncheck Create directory for solution.
  7. Click OK.

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

Previous Topic Next topic Print topic