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]
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.
Specifies the name of the job container to be created.
The job linkage option is set to "Ignore cascading".
This parameter is allowed only if "transaction" or "synchronized" are coded.
Run the job independently of the other jobs in the container.
Set the job linkage option to "Enable Transaction".
The job linkage option is set to "Synchronized job execution".
The job linkage option is set to "Batch job execution".
Specifies the custom administrator message for a job container.
Note: The default characteristic for a jobcontainer is (transaction, norollback, cascade):
Copyright © 2014 CA Technologies.
All rights reserved.
|
|