SummerBatch Reference Guide
Step
Initializing search
    • Summary
    • Getting Started
      • Summer Batch Introduction
      • Typical use cases
      • Architecture overview
      • Programming guidelines
      • The JSR 352 as starting point
      • Main features
      • Additional Features
      • Summer batch vocabulary
      • Job
      • Step
      • Batchlet
      • Chunk handling
      • Repository
      • Operator and Batch Runtime
      • The batch mechanisms
      • Job Specification Language(JSL)
      • Unity Configuration
      • Several ways to run a job
      • Using a JobStarter
      • Reading and writing flat file
      • Reading from and writing to RDBMS
      • Reading and writing EBCDIC files using COBOL copybooks
      • FTP operations support
      • Email sending support
      • Empty file check support
      • Sql Script Runner support
      • Sort Tasklet
      • Generation Data Groups(GDG)
      • Context Managers
      • Process Adapters
      • Template facility
      • Serialization
    • Version History
      • Job File Format Xml schema
      • Ebcdic File Format Xml schema
      • Database Repository scripts per vendor
    • Index
    • List of Figures
    • List of Examples

    Step

    Each phase of a job is represented by a step. A step is an atomic part of a job. It can fail, usually failing whole job. It can be an arbitrary task, executing a piece of program and returning a return code, but most of the time it is a Read-Process-Write task.

    Previous Job
    Next Batchlet
    Made with Material for MkDocs