Which of the following methods can you use to run a job chain? (Choose all that apply).
Answer: A,E
Explanation: You can initiate a job chain by creating and scheduling a job with CREATE_JOB of type CHAIN, or you can use the RUN_CHAIN procedure. B is incorrect because CREATE_CHAIN creates only the chain container and not any of the steps; therefore, you cannot run it. C and D are incorrect because there are no such procedures as CREATE_JOB_CHAIN or START_CHAIN