In a mainframe environment, what is the difference between a triggered job and a dependent job?
- A triggered job is dependent on the successful completion of another job, while a dependent job is executed when a specific event occurs
- A triggered job is executed when a specific event occurs, while a dependent job relies on the successful completion of another job
- Both triggered and dependent jobs are the same
- None of the above
A triggered job is initiated by an event, and a dependent job relies on the completion of another job
Loading...
Related Quiz
- The value assigned to a SET statement can be overridden by specifying a new value in the _______.
- What is the primary purpose of the JOB statement in JCL?
- When establishing dependencies between job steps in JCL, the _______ parameter is used to define conditions.
- The EXIT statement is used to _______ a job step based on a condition.
- The _______ statement in JCL is used to set values for symbolic parameters.