Previous Topic: ExampleNext Topic: Example


create—Create Job Container

This command creates an empty job container.

This command has the following format:

jobcontainer action=create name=job_container_name 
[{noLinkage|{[transaction][rollback]|synchronized}
[noCascade]}]
[jcPriority={1,...,10}]
[userMessage]
jcPriority

Specifies the priority of 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 priority 5 is assumed.

name

Specifies the name of the job container to be created.

noCascade

The job linkage option is set to "Ignore cascading".

This parameter is allowed only if "transaction" or "synchronized" are coded.

noLinkage

Run the job independently of the other jobs in the container.

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

Specifies the custom administrator message for a job container.

Note: The default characteristic for a jobcontainer is (transaction, norollback, cascade):