release sched

You can use the release command to release the normal and time dependencies from a job stream.

Overview

You can apply the release sched command to job streams that are waiting for the resolution of a dependency. These job streams are marked with the HOLD status. When you run the command, the release sched dependency is removed only for the job that are in progress. When you rerun the same job, the dependency persist. You must have the release access to the job to release the dependencies. For more information about security access roles, see Security role definition.

Syntax and command line options

Before you run the command, you must specify options such as job name, dependencies, and required permissions. you can enter the command as follows:
release sched | rs = <jstreamselect><dependency><noask>

You can add the dependency according to the specific results you want to accomplish. The details that are required with each parameters are as follows:

jstreamselect

Specify the job stream to update, by means of attributes and qualifiers. For more information, see to Selecting job streams in commands.

dependency

Specify the type of dependency and you must add at least one to complete the command. You can use wildcard characters in workstation, jstreamname, and jobname.

Command Reference
at= time[timezone | tz][+n day[s] | [mm/dd | mm/dd[/yy]]] at
deadline= time [timezone | tz][+n day[s] [mm/dd | mm/dd[/yy]]] deadline
follows=[workstation#]{jobstreamname[time [mm/dd[/yy]]][.job | @] | jobstream_id.job;schedid}| job[,...] [if 'condition_name[| condition_name][| ...]'] follows
until time [timezone|tz tzname][+n day[s]] | [;onuntil action] until
noask

When you add the option as an argument the agent will not ask for confirmation before taking action on each qualifying job.

Examples

  1. To release job job3 in job stream ap(1000 03/05/18), stored in folder myfolder, from all of its dependencies, run the following command:
    rj myfolder/ap(1000 03/05/18).job3
  2. To release all jobs on workstation site4 from their dependency on a job stream named pred, run the following command:
    rj=site4#@.@;follows pred