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

MSGLEVEL=(1,1) is the default, where first 1 prints messages when job terminates and second 1 prints JCL statements. MSGLEVEL controls allocation message printing. Options A, B, and D show incorrect combinations that don't match the default.