Generating COBOL call stubs
You can use the COBOL call stub generator to create a Java call stub to invoke a COBOL
program. You add the call stub to a Java-based batch application.
Developing a simple transactional batch application
You can write a simple batch application using a batch
job controller and Enterprise JavaBeans (EJB)
data stream, the command line, or the Apache ANT tool.
Developing a parallel job management application
You can build a transactional batch application as a job
and divide the job into subordinate jobs so that the subordinate jobs
can run independently and in parallel. You use the parallel job manager
to submit and manage the transactional batch jobs.