Syntax and parameters of the JOB statement

JOB statements identify up to 64 specific jobs for which specific actions are to be taken if REGULAR or ACTION messages from the job are involved in a message flooding situation. During intensive mode processing, if the specified job requires action to be taken against it, the actions will be taken from those specified on the JOB statement. You can use the JOB statement to override the DEFAULT (or built-in) actions for this specific job. The JOB statement has the following syntax form.
JOB jobname [action][,action]

The JOB statement applies to the previously specified REGULAR or ACTION msgtype statements. Zero to 64 JOB statements should follow each REGULAR or ACTION msgtype statement.

jobname
The job name, which is 1 to 8 characters in length. You can use wildcard characters * and % when you specify a job name:
  • An asterisk (*) matches a substring of any characters for any length (0 to n).
  • A percent sign (%) matches a single character.
Note: Message flood automation assigns the job name NONAME to operating system services that issue messages that are not attributable to a particular job. The system assigns the name IEESYSAS to system services that occupy their own address spaces. Message flood automation cannot distinguish the difference between started tasks running in different address spaces with the same name.
action
If specified, is one or more of the actions as defined for the DEFAULT statement. If an action is not specified, the DEFAULT or built-in default actions are used.
Syntax rules:
Example:
JOB PROD1001
JOB PROD1002   comment: note >1 blank required before comment
JOB PROD1003 LOG,NOAUTO
JOB PROD1004 LOG,NOAUTO comment: note only 1 blank required
JOB AOC%NV* LOG,AUTO,RETAIN
JOB LLA* LOG,AUTO