Create the ACCTWEB mainframe-enabled COBOL project for this tutorial.
To create a project to hold the sample application files:
- Create a working directory on your machine –
c:\tutorials.
- Start
Enterprise Developer. If you need instructions, see
To start
Enterprise Developer.
- In Visual Studio, click
.
- In the
Create a new project dialog box, select
COBOL from the
Language drop-down list.
- In the center pane, select
Mainframe Subsystem Application.
- Specify a name for your project –
ACCTWEB.
- In the
Location field, type the name of your working directory –
c:\tutorials.
- Ensure that
Place solution and project in the same directory is unchecked.
- Click
Create.
This creates a subdirectory,
ACCTWEB, under your working directory. This is your project directory.