Examples of the MSGLEVEL parameter

Example 1
//EXMP3 JOB  ,GEORGE,MSGLEVEL=(2,1)

In this example, the JOB statement requests that the system print JCL statements, JCL messages, JES and operator messages, and SMS messages.

Example 2
//EXMP4 JOB  ,MENTLE,MSGLEVEL=0

In this example, the JOB statement requests that the system print the JOB statement and any comments and JECL statements up to the first EXEC statement; and, that JES is to use the installation default for messages.

Example 3
//EXMP5 JOB  ,MIKE,MSGLEVEL=(,0)

In this example, the JOB statement requests that JES use the installation default for printing JCL statements and the system is not to print JES and operator messages unless the job abnormally terminates. SMS messages are printed only if SMS fails the job.