Which two statements are true about a job chain?

Which two statements are true about a job chain? (Choose two.)

Which two statements are true about a job chain? (Choose two.)

A.
A job chain can contain a nested chain of jobs.

B.
The jobs in a job chain cannot have more than one dependency.

C.
A job of the CHAIN type can be run using event-based or time-based schedules.

D.
The jobs in a job chain can be executed only by using the events generated by the Scheduler

Explanation:
Defining Chain Steps
After creating a chain object, you define one or more chain steps. Each step can point to one of the following:
A Scheduler program object (program)
Another chain (a nested chain)
An event schedule, inline event, or file watcher
You define a step that points to a program or nested chain by using the DEFINE_CHAIN_STEP procedure. An
example is the following, which adds two steps tomy_chain1:



Leave a Reply 0

Your email address will not be published. Required fields are marked *