To create a native COBOL project to hold the JCL demonstration program:
- Create a working folder on your machine such as
c:\tutorials\jcl.
- Start
Eclipse.
- Click
File > New >
Mainframe COBOL Project.
- Specify a name for your project such as
jcl.
- Clear
Use default location.
- Specify your working folder in the
Location field. This is the folder you defined in step 1 above.
- Click
Finish.
- In the Navigator view, right-click the jcl project, choose
New > Folder and create a folder called
catalog. Your project folder needs to have this folder created beforehand in order to submit the JCL successfully.