Job Structure

A job is composed of three parts:

  • Job heading

  • Job body

  • End of job

Job Heading

The job header initializes the job by means of the following elements:

  • <i> construct (optional)

  • Hostname constant (optional)

  • BEGIN JOB expression (required)

  • Job title (optional)

  • Job parameter list (optional)

  • Job disposition (optional)

  • Job attribute list (optional)

Job Body

The job body contains the operational part of the job and consists of

  • Declaration list (optional)

  • Statement list

End of Job

The end of job terminates the operation of the job and contains the following elements:

  • <i> construct (optional)

  • END JOB expression