You need to ensure that job-related messages are sent to a specific user when a job completes. How would you configure this in the JOB statement?

  • Use the MSGCLASS parameter
  • Use the MSGLEVEL parameter
  • Use the NOTIFY parameter
  • Use the USER parameter
The NOTIFY parameter in the JOB statement allows specifying a user or a list of users who should receive notifications when the job completes, ensuring that job-related messages are sent to a specific user as required.
Add your answer
Loading...

Leave a comment

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