Processing Batch Input Sessions

Procedure

When you create a batch input session, it remains in the batch input queue until it is explicitly started. Session processing can be started in two ways:

  • An on-line user can start the session using the batch input menu options. (To access the batch input options, choose Start of the navigation pathSystem Next navigation step Services Batch InputEnd of the navigation path.)

  • You can submit the background job RSBDCSUB to start a session in background processing. If several sessions have the same name, RSBDCSUB starts them all.

    It is possible to coordinate the generation and execution of a session in the background processing system.

    If you designate the batch input job as the predecessor for RSBDCSUB, then RSBDCSUB will be started automatically when the batch input job successfully completes.

    Alternatively, you can schedule both the batch input program and RSBDCSUB as job steps in a single background job. In this case, however, RSBDCSUB is started even if the batch input program should terminate abnormally.

For detailed information about processing batch input sessions, see Managing Batch Input Sessions in the System Services guide.