Job name syntax

To make it easier to control and identify jobs on the system, each job has a unique qualified job name. The qualified job name consists of three parts: the job name (or simple job name), the user name, and the job number.

Syntax

The syntax for qualified job names is similar to qualified names for objects. For example, if the job name is DSP01, the user is QPGMR, and the job number is 000578, the qualified job name is entered on the Work with Job (WRKJOB) command as follows:
WRKJOB JOB(000578/QPGMR/DSP01)
Another similarity to object names is that you do not need to specify all of the qualifiers. For example consider the following:
WRKJOB JOB(QPGMR/DSP01)
or
WRKJOB JOB(DSP01)

This works the same as entering the entire qualified job name. If several jobs on the system match the portion of the job name that you entered, the Select Job display appears. This display allows you to select which job you want from a list of duplicate job names.