The BatchRunner Component

Previous Next

See Also

You can start a batch job by calling one of the following methods of the internal BatchRunner component from an INVOKE statement. This way, you can run a batch job within the same transaction as other SQL statements.

· RunJob

 

· <job name>, also referred to as job methods.

Furthermore, you can retrieve run-time properties of a batch job by using the GetJobProperty method of the BatchRunner component.

Related Topics:

The RunJob Method

Job Methods

The GetJobProperty Method

Executing Batch Jobs from Constraints

BatchRunner Error Handling