What is the function of the NOTIFY parameter in the JOB statement?
- Controls job priority
- Sends an email notification
- Specifies a job log recipient
- Triggers a system alert
NOTIFY parameter is used to specify a job log recipient
Loading...
Related Quiz
- A critical part of your JCL job depends on a specific dataset's existence. If the dataset is absent, you want to skip that part. How would you handle this scenario using JCL conditionals?
- You have two jobs, A and B. Job B must start only if job A completes successfully. Describe how you would set up job dependencies for this scenario.
- Can the ELSE statement be used without an IF statement in JCL? Explain.
- In JCL, "_______" dependencies are defined at the job level and apply to all steps within that job.
- Job scheduling options can be crucial for managing _______ in a mainframe environment.