Create the ACCTCLNT mainframe-enabled COBOL project for this tutorial.
To create a project to hold the sample application files:
- If it does not already exist, 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
New Project dialog box, expand
.
- Specify a name for your project –
ACCTCLNT.
- In the
Location field, type the name of your working directory –
c:\tutorials.
- Ensure that
Create directory for solution is unchecked.
- Click
OK. This creates a subdirectory,
ACCTCLNT, under your working directory. This is your project directory.