To create a native COBOL project to hold the JCL demonstration program:
- Create a working folder on your machine such as
c:\tutorials\.
- Start Visual Studio
- Click
.
- Specify a name for your project, such as
jcl.
- Click
Create directory for solution.
- Specify your working folder in the
Location field. This is the folder you defined in step 1 above.
- Click
OK.
This creates a
jcl folder in your working folder that holds your solution and project.