EnterApp

Web Services Council

Enterprise Applications
Development Guidelines and Procedures

Batch Job Documentation

Setup

This document is internal in all production batch jobs that is responsible for running. The following should be included in all batch jobs using the ('!#') comment command:

  1. Job Name:
    Name of job must match the name in the !JOB card and also the file name that the batch job is stored in. The name should be followed by a one line description prefaced by an '-~D' in order for the description to be added to the File Index System.
  2. System Name:
    i.e. accounting, payroll, student information, ....
  3. Re-Run Clause:
    Indicates whether the job may or may not be re-run without contacting the analyst.
  4. Required Setup Procedure:
    Includes any special instructions such as tape input, sequence dependency, which lines to modify, etc..
  5. Output Instructions:
    Bursting, distribution, special forms etc. See Appendix G for an example.
  6. Input Priorities and Output Priorities:
    Input and output priorities should be used to help speed production processing and avoid confusion. (See Job Processing section for a list of priorities.)

Streamx '::' commands should be utilized to provide customer documentation and entry.

An example of a batch job may be found in Appendix E.