Previous Topic: ExampleNext Topic: Example


modify—Modify Job Container

This command lets you modify the attributes of an existing unsealed job container.

This command has the following format:

jobcontainer action=modify name=job_container_name
[newName=new_job_container_name]
[{nolinkage|transaction|synchronized}]
[rollback[={y|n}]] 
[cascade[={y|n}]}]
[jcPriority={1,...,10}]
[userMessage]
cascade

If "cascade" or "cascade=y" is coded, the job linkage of the container is switched to resolution of dependencies into install cascades.
If "cascade=n" is coded, the job linkage is switched to no resolution.

jcPriority

Specifies the new priority that will be assigned to the job container.

The priority specified has to be numeric and its value has to be greater or equal 1 and less or equal 10.

If not coded the priority is not changed.

name

Specifies the name of the job container to be modified.

newName

Specifies the new name of the job container.

noLinkage

Run the jobs of the container independently of each other.

rollback

Set the job linkage option to "Enable Transaction".

synchronized

The job linkage option is set to "Synchronized job execution".

transaction

The job linkage option is set to "Batch job execution".

userMessage

Modifies the custom administrator message of a job container.

Note: To modify a job container it has to be unsealed.

Attributes remain unchanged when none of their related parameters is coded.