You create a project that comprises all the parts of your application. In this case, the Assembler source and BMS files.
- From the Visual Studio IDE, click
File >
New >
Project.
- Under
Project types, expand
COBOL Projects; then click
Native.
- Under
Templates, click
Mainframe Subsystem Application.
- Complete the remaining fields as follows:
Name
|
AACT
|
Location
|
c:\tutorials
|
Solution Name
|
AACT
|
- Uncheck
Create directory for solution.
- Click
OK.
Visual Studio creates the project in the
c:\tutorials\AACT directory, and opens the Solution Explorer showing the
AACT solution and project.