In this tutorial you perform the steps typically required in managing, maintaining and running JCL applications. In summary, you:
- Configure an Enterprise Server to run JCL applications.
- Create a native COBOL project comprising all the parts of your application, such as the COBOL source and the JCL batch files.
- Associate the project with your Enterprise Server.
- Build the COBOL project in your IDE.
- Submit the JCL file on your Enterprise Server.
- Run the application in your Enterprise Server.
- View the spool and the catalog.
- Debug dynamically.
- Debug remotely.