Key components of a Batch Environment application
In this chapter, we introduce the key components of a Batch Environment application that are relevant to CICS.
3.1 Batch job step
A batch job is made up of one or more steps. A batch job step is effectively a Java program. The Java program must implement an interface provided by the Batch Environment called the BatchJobStepInterface. The methods on the interface are called by the Batch Container to pass control to the batch job step.
The method in which business logic is written is processJobStep() ...

Get New Ways of Running Batch Applications on z/OS: Volume 1 CICS Transaction Server now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.