Multiple choice technology programming languages

What is the default value for MSGLEVEL keyword?

  1. MSGLEVEL=(1,0)

  2. MSGLEVEL=(0,1)

  3. MSGLEVEL=(1,1)

  4. MSGLEVEL=(2,1)

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

In IBM JCL, MSGLEVEL=(1,1) is the default value. The first parameter (1) controls job termination messages to the job log, and the second parameter (1) controls allocation messages. MSGLEVEL=(1,1) means print all job-related and allocation-related messages, providing comprehensive job logging.