Micro FocusĀ Enterprise DeveloperĀ 2.3 for Visual Studio 2015
>
Welcome
>
Getting Started
>
Mainframe Tutorials
>
Tutorials: CICS
>
Tutorial: Web-Enabled CICS Acting as a Web Client
>
Configure Enterprise Server for a Web-Enabled Application
>
Create a Project
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