You create a project that comprises all the parts of your application, for example the COBOL source and BMS files. You build the demonstration application in the IDE, and deploy and run it on an Enterprise Server configured with the MSS.
- Create a working directory on your machine such as
c:\tutorials.
- Start Visual Studio.
- Click
File >
New >
Project.
- Under the
COBOL templates, click
Native and then
Mainframe Subsystem Application.
- Specify a name for your project such as
ACCT.
- Specify your working folder,
c:\tutorials, in the
Location field.
- Disable
Create directory for solution.
- Click
OK.
This creates an
ACCT folder in your working directory.