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:
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: