Default Job Queues

The initial default job queue is QBATCH. If you do not define any other job queues, all jobs will automatically be sent to this default queue. You cannot delete this queue or change its name.

When a user submits a job, the job is sent to the default job queue in the following circumstances:

  • The user did not assign a job queue to the job

  • No job queue default was assigned to the application (system code), the data area/data ID to which the job belongs, all programs with the same prefix for their form ID (such as "RW"), or the program form ID itself (such as "RW100").

You set up default job queues for data areas/data IDs, applications, form ID prefixes, or form IDs through the Job Queue Defaults utility (jqdflt). When you assign a default job queue to an application, form ID prefix, or form ID, the Job Scheduler utility schedules all of that item's jobs through the assigned job queue. You can control the job activity on your machine by assigning various system codes, form ID prefixes, and form IDs to different job queue default. For example, setting the default job queue for an application sends all jobs associated with a set of integrated Lawson applications to the same job queue. Default job queues are only valid for Lawson steps (that is, steps that run Lawson batch programs) in a job.

Note: To make program form ID prefixes and individual program form IDs available in the jqdflt utility, you must add them to the jqdflt_ext.cfg file located in $LAWDIR/system.

When you submit a multiple-step job whose first step uses a default job queue for a data area/data ID, application, form ID prefix, or form ID, all steps of the job run on the default job queue unless you override the job queue, regardless of a change in the data area/data ID, system code, form ID prefix, or form ID. The system assigns the default job queue when it activates the first step in a job. The system looks for the job queue assignment in the following order:

  1. Form ID default job queue
  2. Form ID prefix default job queue
  3. Application (system code) default job queue
  4. Data area/data ID default job queue
  5. The default job queue for the Environment