Provides step-by-step instructions to create the JCL1
Visual Studio project and configure it to use with this tutorial.
Create
a Visual Studio project
- In Visual Studio, click
.
- In the
Create a new project dialog box, select
COBOL from the
Language drop-down list.
- Select
Mainframe Subsystem Application.
- Click
Next.
- Complete the
Name and
Location fields as follows:
Name
|
JCL1
By default, this is the name of both the project and the solution.
|
Location
|
c:\tutorials\MBDT
|
- Check
Place solution and project in the same directory.
- Click
Create.
Visual Studio opens the
Solution Explorer for the
JCL1 solution, showing the
JCL1 project.
Add project subdirectories
This project requires some additional subdirectories in which to store configuration and data files. You specify these directories
when configuring the
enterprise server region.
- In the
Solution Explorer, right-click the
JCL1 project, and then select
Add > New Folder from the context menu.
- Type
data, and then press
Enter.
- Repeat steps
1 and
2 two more times, and name the new folders
system and
JCL respectively.