Create a Project
To create a project to hold the demo application files:
Create a working directory on your machine, for example
c:\tutorials\
.
Start Visual Studio.
Click
File
>
New
>
Project
>
COBOL
>
Native
>
Mainframe Subsystem Application
.
Specify a name for your project, for example,
acctclnt
.
Specify your working folder as
c:\tutorials
in the
Location
text box.
Clear the
Create directory for solution
check box.
Click
OK
. This creates a folder
acctclnt
in your working directory.
Parent topic:
Configure Enterprise Server for a Web-Enabled Application
Next topic:
Specify Project Properties