🎴 Flashcard Mode

Mainframe JCL, COBOL, and IMS Fundamentals

Card1 / 20
Mastered0
Review0
QuestionClick to flip

How can a job send a status message to a TSO user at the completion of a job ?

AnswerClick to flip back
A
NOTIFY
💡 Explanation:

The NOTIFY parameter in the JOB statement sends a message to a specified TSO user when the job completes. STATUS is not a valid JCL parameter. ENDMSG and USER are not standard parameters for job completion notifications.

Change Mode