The purpose of this program is to define job attributes to be used when submitting a batch job.
Only a user with job control authority (special authority = *JOBCTL) is authorised to change the job queue and priority attributes.
- Cl-Program
- The code indicates the Cl program. This program specifies the program that will be run in the batch job. The program must exist in the User’s library list.
- Version
- Displays the Cl program version. This version field is used for creating different parameters for one cl program.
- Description
- Displays the description of the job.
- Job name
- Enter the job name identification.
- Job queue
- Mandatory entry. Enter job queue where the job is placed. The system suggests the parameter QBATCH.
- Library
- Enter the job queue library. If ‘blank’ is entered, the system suggests *LIBL.
- Priority
- Job queue priority 1 – 9, where 1 is the highest priority. Default is priority 5.
- Hold in job queue
- Indicate if you want to hold in job queue or not.
- Planned time
- Enter the time for Cl-program to start. If the start time is earlier than the actual date the job will start immediately. Default is 0 (*CURRENT).
- Selection screen
- Enter the name of the selection panel program used when submitting the job.
- Module
- Enter the field for sorting jobs in modules or menu’s on the panel.
- Sequence
- Enter the sequence number for jobs on the panel.
- Application code
- Enter an application code from the Application definition table. The application code is used to define to which application the record you add belongs.