z/OS MVS JCL Reference
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Examples of the MSGLEVEL parameter

z/OS MVS JCL Reference
SA23-1385-00

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.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014