InterviewSolution
Saved Bookmarks
| 1. |
Explain Msglevel parameter and its significance. |
|
Answer» With the Msglevel parameter, you can control or set the listing of the JOB output for each specific job. It controls the way ALLOCATION messages, and termination messages will appear in job output (SYSOUT). Msglevel can be used to inform JCL about the messages we wish to print. Syntax: MSGLEVEL=([STATEMENTS][messages])Here,
|
|