Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Release Job Schedule Entry (RLSJOBSCDE) command allows you to release an entry, all entries, or a set of entries in the job schedule. Each job schedule entry contains the information needed to automatically submit a job to be run once or at regularly scheduled intervals.
If you release a job schedule entry, the job is not submitted immediately, even if the date and time at which it was scheduled to be submitted passed while the entry was held. The job is submitted on any future dates for which it is scheduled to be submitted.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
JOB | Job name | Generic name, name, *ALL | Required, Positional 1 |
ENTRYNBR | Entry number | 000001-999999, *ONLY, *ALL | Optional |
Top |
Specifies the name of the job schedule entry.
Top |
Specifies the number of the job schedule entry you want to release. The message sent when an entry is successfully added contains the entry number. You can also determine the entry number by using the Work with Job Schedule Entries (WRKJOBSCDE) command. Press F11 from the WRKJOBSCDE display to show the entry numbers of the selected entries.
Top |
Example 1: Releasing All Job Schedule Entries
RLSJOBSCDE JOB(*ALL) ENTRYNBR(*ALL)
This command releases all the job schedule entries.
Example 2: Releasing an Individual Job Schedule Entry
RLSJOBSCDE JOB(PAYROLL) ENTRYNBR(*ONLY)
This command releases entry PAYROLL in the job schedule.
Example 3: Releasing a Generic Job Schedule Entry
RLSJOBSCDE JOB(PAY*) ENTRYNBR(*ALL)
This command releases all entries in the job schedule with the prefix PAY in their names.
Top |
*ESCAPE Messages
Top |